diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a20fdcf..fd49455f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v5.11.0 [tbd] +## v5.11.0 [2024-10-22] _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)) diff --git a/version/version.go b/version/version.go index df89f40e..dcefc2b3 100644 --- a/version/version.go +++ b/version/version.go @@ -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 = "rc.1" +var prerelease = "" // semVer is an instance of version.Version. This has the secondary // benefit of verifying during tests and init time that our version is a