diff --git a/CHANGELOG.md b/CHANGELOG.md index cc77483e..b9dde8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.11.5 [2024-08-02] +_Bug fixes_ +* Fix caching in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480)) + ## v1.11.4 [2024-07-17] _Bug fixes_ * Fixed the steampipe commit reference for the issue fixed in v1.11.3. diff --git a/version/version.go b/version/version.go index 5cddcaa0..d17215af 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.4" +var fdwVersion = "1.11.5" // 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