From 7cef272d445823f1a837bd11ff513fb7d7a12f95 Mon Sep 17 00:00:00 2001 From: Puskar Basu <45908484+pskrbasu@users.noreply.github.com> Date: Fri, 17 May 2024 18:09:44 +0530 Subject: [PATCH] v0.23.2 (#4275) --- CHANGELOG.md | 3 +++ pkg/version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389f05044e..ac19d81231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.23.2 [2024-05-17] +_Bug fixes_ +- Update FDW to 1.11.2 to remove unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469)) ## v0.23.1 [2024-05-11] _Bug fixes_ diff --git a/pkg/version/version.go b/pkg/version/version.go index 75c86421d8..f9ff191df2 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -18,7 +18,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi **/ // The main version number that is being run at the moment. -var steampipeVersion = "0.23.1" +var steampipeVersion = "0.23.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