diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a4204e..4767511b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.11.3 [2024-06-06] +_Bug fixes_ +* Update CreateConnectionPlugins to do not abort when unrelated connections are not yet loaded. ([#474](https://github.com/turbot/steampipe-postgres-fdw/issues/474)) + +* ## v1.11.2 [2024-05-17] +_Bug fixes_ +* Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469)) + ## v1.11.2 [2024-05-17] _Bug fixes_ * Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469)) diff --git a/version/version.go b/version/version.go index 3feb5a92..c7f0c528 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.2" +var fdwVersion = "1.11.3" // 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