From cf1ce73d8c05538dee77428e5f120534c1486229 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, 23 Feb 2026 15:14:24 +0000 Subject: [PATCH] chore(main): release 0.9.6 --- .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 871c1ad..bfa837f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.5" + ".": "0.9.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a7fda..5fee189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.6](https://github.com/openkcm/plugin-sdk/compare/v0.9.5...v0.9.6) (2026-02-23) + + +### Bug Fixes + +* services constraints for existing plugins ([#114](https://github.com/openkcm/plugin-sdk/issues/114)) ([cd96be8](https://github.com/openkcm/plugin-sdk/commit/cd96be89079f794fb945246ad7c345e2d341e256)) + ## [0.9.5](https://github.com/openkcm/plugin-sdk/compare/v0.9.4...v0.9.5) (2026-02-23)