Skip to content

Commit 504ba28

Browse files
committed
v1.8.0-rc.9
1 parent b7285a9 commit 504ba28

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.8.0 [tbd]
2+
_Bug fixes_
3+
* Remove duplicate qual values for duplicate IN clauses. ([#353](https://github.com/turbot/steampipe-postgres-fdw/issues/353))
4+
* Do not print stacks as it might contain sensitive infos. ([#316](https://github.com/turbot/steampipe-postgres-fdw/issues/316))
5+
6+
_ Deprecations_
7+
* Removes support for plugins which do not have multi connection ability.([#332](https://github.com/turbot/steampipe-postgres-fdw/issues/332))
8+
19
## v1.7.2 [2023-05-18]
210
_Whats new_
311
* Re-add support for legacy command-schema. ([#313](https://github.com/turbot/steampipe-postgres-fdw/issues/313))

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var fdwVersion = "1.8.0"
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.7"
19+
var prerelease = "rc.9"
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)