From 49628cef2b743ee4d23993e253e71e380a32402c Mon Sep 17 00:00:00 2001 From: misraved Date: Thu, 17 Apr 2025 20:32:00 +0530 Subject: [PATCH] Add CHANGELOG for v1.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bb0e4..e2a0b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.1.0 [2025-04-17] + +_Dependencies_ + +- Recompiled plugin with Go version `1.23.1`. ([#147](https://github.com/turbot/steampipe-plugin-googlesheets/pull/147)) +- Recompiled plugin with [steampipe-plugin-sdk v5.11.5](https://github.com/turbot/steampipe-plugin-sdk/blob/v5.11.5/CHANGELOG.md#v5115-2025-03-31) that addresses critical and high vulnerabilities in dependent packages. ([#147](https://github.com/turbot/steampipe-plugin-googlesheets/pull/147)) + ## v1.0.0 [2024-10-22] There are no significant changes in this plugin version; it has been released to align with [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin adheres to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.