From a6c8b83887d6fe83a5234076052449699f7e881c Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 5 Sep 2024 16:26:17 +0530 Subject: [PATCH] v1.11.8 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7a4b0b..be0d4b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.11.8 [2024-09-05] +_Bug fixes_ +* Fix issue where credentials from import foreign schema were lost after restarting session. ([#504](https://github.com/turbot/steampipe-postgres-fdw/issues/504)) + ## v1.11.7 [2024-08-30] _Whats new_ * Update steampipe commit reference to include new HCL config to make plugin startup timeout configurable. ([#499](https://github.com/turbot/steampipe-postgres-fdw/issues/499)) diff --git a/version/version.go b/version/version.go index 163c8c24..a9181839 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -var fdwVersion = "1.11.7" +var fdwVersion = "1.11.8" // 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