From e43d1fbacb254b866ee0c39e9104b76825687350 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Thu, 2 Mar 2023 16:26:48 +0530 Subject: [PATCH] v1.6.1 --- CHANGELOG.md | 6 +++++- version/version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d75e02..d8ac5a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## v1.6.0 [tbd] +## v1.6.1 [2023-03-2] +_Bug fixes_ +* Fix build issue which caused failure to install FDW on Linux x86_64 systems. ([#295](https://github.com/turbot/steampipe-postgres-fdw/issues/295)) + +## v1.6.0 [2023-03-1] _Whats new_ * Add support for dynamic aggregators. Pass connection name in `ExecuteRequest`, this is used to resolve aggregator config. ([#273](https://github.com/turbot/steampipe-postgres-fdw/issues/273)) diff --git a/version/version.go b/version/version.go index 26df7a62..57e95b2e 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var fdwVersion = "1.6.1" // 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.0" +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