Skip to content

Commit

Permalink
v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Aug 2, 2024
1 parent 1271054 commit 7904fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v5.10.2 [2024-08-02]
_Bug fixes_
* Remove unnecessary INFO log statements in Memoize func. This fixes logging in the plugin export tools. ([#813](https://github.com/turbot/steampipe-plugin-sdk/issues/813))

## v5.10.1 [2024-05-09]
_Bug fixes_
* Ensure QueryData passed to ConnectionKeyColumns value callback is populated with ConnectionManager. ([#797](https://github.com/turbot/steampipe-plugin-sdk/issues/797))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var ProtocolVersion int64 = 20220201

// Version is the main version number that is being run at the moment.
var version = "5.10.1"
var version = "5.10.2"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
Expand Down

0 comments on commit 7904fe5

Please sign in to comment.