diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e47e7a..1f7a4b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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)) + ## v1.11.6 [2024-08-13] _Whats new_ * Compiled with Go 1.22. ([#485](https://github.com/turbot/steampipe-postgres-fdw/issues/485)) diff --git a/version/version.go b/version/version.go index 1f393c4d..163c8c24 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.6" +var fdwVersion = "1.11.7" // 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