From 7ac9ae9590061098421cd84130e60e6457ed9e72 Mon Sep 17 00:00:00 2001 From: "push-tags-from-workflow[bot]" <213064673+push-tags-from-workflow[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:22:14 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .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 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf78c5d..b775b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/openkcm/plugin-sdk/compare/v0.4.0...v0.5.0) (2025-08-19) + + +### Features + +* add interface for identity management ([#44](https://github.com/openkcm/plugin-sdk/issues/44)) ([d745d3d](https://github.com/openkcm/plugin-sdk/commit/d745d3dcc177a31443ebf1821af2036131dceefd)) + ## [0.4.0](https://github.com/openkcm/plugin-sdk/compare/v0.3.0...v0.4.0) (2025-08-06)