Skip to content

Commit fafff31

Browse files
committed
v1.4.4
1 parent 9fa459b commit fafff31

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## v1.4.4 [tbc]
2-
* Update steampipe reference to include connection config schema changes.
1+
## v1.4.4 [2022-10-31]
2+
_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))
34

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fdwVersion = "1.4.4"
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
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var prerelease = "rc.1"
19+
var prerelease = ""
2020

2121
// FdwVersion is an instance of semver.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)