From 6cfad68ede60dac9a264aa63fa2cafd01af674dc Mon Sep 17 00:00:00 2001 From: "push-tags-from-workflow[bot]" <213064673+push-tags-from-workflow[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:54:54 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0399dd..4b02fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/openkcm/plugin-sdk/compare/v0.7.0...v0.7.1) (2025-10-05) + + +### Bug Fixes + +* add hclog2slog module ([#63](https://github.com/openkcm/plugin-sdk/issues/63)) ([fc81751](https://github.com/openkcm/plugin-sdk/commit/fc817515b0c61ffbd8aedc4ba73503d7ff5b7c98)) + ## [0.7.0](https://github.com/openkcm/plugin-sdk/compare/v0.6.0...v0.7.0) (2025-09-03)