From 97c2fc282d655fbdf71706c1289ecba9dc94ce99 Mon Sep 17 00:00:00 2001 From: Puskar Basu Date: Mon, 20 Jan 2025 16:06:54 +0530 Subject: [PATCH] v5.11.1 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd49455f..e4399e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v5.11.1 [2025-01-20] +_Dependencies_ +- Upgrade `crypto` and `net` packages to remediate critical and high vulnerabilities. + ## v5.11.0 [2024-10-22] _What's new?_ * Add support for pushing down sort order. ([#596](https://github.com/turbot/steampipe-plugin-sdk/issues/596)) diff --git a/version/version.go b/version/version.go index dcefc2b3..f6a6863c 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ import ( var ProtocolVersion int64 = 20220201 // Version is the main version number that is being run at the moment. -var version = "5.11.0" +var version = "5.11.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