Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Oct 31, 2022
1 parent 9fa459b commit fafff31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v1.4.4 [tbc]
* Update steampipe reference to include connection config schema changes.
## v1.4.4 [2022-10-31]
_Bug fixes_
* 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))

## v1.4.3 [2022-10-20]
* Add logging to import foreign schema.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var fdwVersion = "1.4.4"
// 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
// such as "dev" (in development), "beta", "rc1", etc.
var prerelease = "rc.1"
var prerelease = ""

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

0 comments on commit fafff31

Please sign in to comment.