We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4409fa4 + 26a5c37 commit 4207b3fCopy full SHA for 4207b3f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.11.5 [2024-08-02]
2
+_Bug fixes_
3
+* Fix caching in the standalone plugin FDW extensions. ([#480](https://github.com/turbot/steampipe-postgres-fdw/issues/480))
4
+
5
## v1.11.4 [2024-07-17]
6
_Bug fixes_
7
* Fixed the steampipe commit reference for the issue fixed in v1.11.3.
version/version.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var fdwVersion = "1.11.4"
+var fdwVersion = "1.11.5"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments