Skip to content

Commit

Permalink
v1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jun 6, 2024
1 parent 0e35cde commit ac602a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.11.3 [2024-06-06]
_Bug fixes_
* Update CreateConnectionPlugins to do not abort when unrelated connections are not yet loaded. ([#474](https://github.com/turbot/steampipe-postgres-fdw/issues/474))

* ## v1.11.2 [2024-05-17]
_Bug fixes_
* Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469))

## v1.11.2 [2024-05-17]
_Bug fixes_
* Removed unnecessary NOTICE level log messages. ([#469](https://github.com/turbot/steampipe-postgres-fdw/issues/469))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var fdwVersion = "1.11.2"
var fdwVersion = "1.11.3"

// 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
Expand Down

0 comments on commit ac602a8

Please sign in to comment.