Skip to content

Commit 5086f1b

Browse files
committed
v1.4.5
1 parent f3d2df2 commit 5086f1b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## v1.4.5 [2022-10-31]
2+
_Whats new_
3+
* Update to work with sdk version 5 and dynamic updating of dynamic schemas. ([#259](https://github.com/turbot/steampipe-postgres-fdw/issues/259))
4+
*
15
## v1.4.4 [2022-10-31]
26
_Bug fixes_
3-
* Update GetPathKeys to treat key columns with AnyOf require property with the same precedence as Required ([#254](https://github.com/turbot/steampipe-postgres-fdw/issues/254))
7+
* Update GetPathKeys to treat key columns with `AnyOf` require property with the same precedence as `Required`. ([#254](https://github.com/turbot/steampipe-postgres-fdw/issues/254))
48

59
## v1.4.3 [2022-10-20]
610
* Add logging to import foreign schema.

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