Skip to content

Commit ac602a8

Browse files
committed
v1.11.3
1 parent 0e35cde commit ac602a8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.11.3 [2024-06-06]
2+
_Bug fixes_
3+
* Update CreateConnectionPlugins to do not abort when unrelated connections are not yet loaded. ([#474](https://github.com/turbot/steampipe-postgres-fdw/issues/474))
4+
5+
* ## v1.11.2 [2024-05-17]
6+
_Bug fixes_
7+
* Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469))
8+
19
## v1.11.2 [2024-05-17]
210
_Bug fixes_
311
* Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469))

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.2"
14+
var fdwVersion = "1.11.3"
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)