Skip to content

Commit 4207b3f

Browse files
committed
Merge branch 'v1.11.x' into develop
2 parents 4409fa4 + 26a5c37 commit 4207b3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## v1.11.4 [2024-07-17]
26
_Bug fixes_
37
* Fixed the steampipe commit reference for the issue fixed in v1.11.3.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "1.11.4"
14+
var fdwVersion = "1.11.5"
1515

1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)