Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Oct 4, 2024
1 parent ffd4fe3 commit adc207e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v5.11.0 [tbd]
_What's new?_
* Add support for pushing down sort order. ([#596](https://github.com/turbot/steampipe-plugin-sdk/issues/596))
* Added RateLimiterFromProto and RateLimiterAsProto functions. ([#826](https://github.com/turbot/steampipe-plugin-sdk/issues/826))

## v5.10.4 [2024-08-29]
_What's new?_
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var version = "5.11.0"
// 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
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "alpha.1"
var prerelease = "rc.0"

// semVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit adc207e

Please sign in to comment.