From 9ce0eb314625f952b292c8315c7c08d47846a4b6 Mon Sep 17 00:00:00 2001 From: "push-tags-from-workflow[bot]" <213064673+push-tags-from-workflow[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:58:15 +0000 Subject: [PATCH] chore(main): release 0.9.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 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bef32..f4c61d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/openkcm/plugin-sdk/compare/v0.8.1...v0.9.0) (2025-11-17) + + +### Features + +* add auth context to IDM plugin ([#75](https://github.com/openkcm/plugin-sdk/issues/75)) ([149e7b3](https://github.com/openkcm/plugin-sdk/commit/149e7b3aabec34a6b575b7fd191ecce5cf238cb1)) + ## [0.8.1](https://github.com/openkcm/plugin-sdk/compare/v0.8.0...v0.8.1) (2025-10-29)