From d0c11a7ef3faf8bbf55191319a62fba46cca9f47 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Wed, 20 Nov 2024 17:06:54 +0530 Subject: [PATCH] v1.12.1 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2132245..6b1f05de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.12.1 [2024-11-20] +_Bug fixes_ +* Fix issue where steampipe interactive metacommand `.cache clear` was not clearing the cache. ([#520](https://github.com/turbot/steampipe-postgres-fdw/issues/520)) + ## v1.12.0 [2024-10-22] _Whats new_ * Build FDW for Steampipe v1.0.0. ([#515](https://github.com/turbot/steampipe-postgres-fdw/issues/515)) diff --git a/version/version.go b/version/version.go index b4a52a9f..376d75e7 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -var fdwVersion = "1.12.0" +var fdwVersion = "1.12.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