From 90b84556091b3b0ffbb2548824b04a16dd0faf6e Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Tue, 22 Oct 2024 10:16:36 +0530 Subject: [PATCH] v5.11.0 --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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