From 9708c596f37c7e410660143b85e6a13534bd810e Mon Sep 17 00:00:00 2001 From: misraved Date: Tue, 22 Oct 2024 03:51:41 +0530 Subject: [PATCH] Add CHANGELOG for v1.0.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378e372..fec0dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.0.0 [2024-10-22] + +There are intentionally no significant changes in this plugin version, but it has been released to coincide with the [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin follows [semantic versioning's specification](https://semver.org/#semantic-versioning-specification-semver) and preserves backward compatibility in each major version. + +_Dependencies_ + +- Recompiled plugin with Go version `1.22`. ([#27](https://github.com/turbot/steampipe-plugin-azuredevops/pull/27)) +- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#27](https://github.com/turbot/steampipe-plugin-azuredevops/pull/27)) + ## v0.2.0 [2023-12-12] _What's new?_