From 7033f82df2614108ca0d648aebb935c5c9ae2f41 Mon Sep 17 00:00:00 2001 From: kai Date: Tue, 24 Jan 2023 17:21:41 +0000 Subject: [PATCH] v4.1.11 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbe3274..17a81506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v4.1.11 [2023-01-24] +_Bug fixes_ +* Fix cache timeout when doing `select *` - when adding all columns to the cache request, include the `_ctx` column. ([#490](https://github.com/turbot/steampipe-plugin-sdk/issues/490)) + ## v4.1.10 [2023-01-24] _Bug fixes_ * When caching query results, cache all columns, not just those that were requested. ([#487](https://github.com/turbot/steampipe-plugin-sdk/issues/487)) diff --git a/version/version.go b/version/version.go index c77d3d9c..b96654e1 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ import ( var ProtocolVersion int64 = 20220201 // Version is the main version number that is being run at the moment. -var version = "4.1.10" +var version = "4.1.11" // 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