From 8e3ab3185a5b58cf00aa7a5fce356df197286d47 Mon Sep 17 00:00:00 2001 From: "push-tags-from-workflow[bot]" <213064673+push-tags-from-workflow[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 16:49:22 +0000 Subject: [PATCH] chore(main): release 0.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..ed21d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8351d44..6ab352f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.0](https://github.com/openkcm/api-sdk/compare/v0.12.0...v0.13.0) (2025-11-26) + + +### Features + +* **oidcmapping:** use a single jwks_uri ([#66](https://github.com/openkcm/api-sdk/issues/66)) ([3e567a9](https://github.com/openkcm/api-sdk/commit/3e567a9fd1f5153ddd0a32ed4beda8352e365038)) +* validate and get sessions ([#67](https://github.com/openkcm/api-sdk/issues/67)) ([3e4c583](https://github.com/openkcm/api-sdk/commit/3e4c583df4aa5939cfab41e7792839cc7a9c9d79)) + + +### Bug Fixes + +* remove obsolete oidcprovider and fix jwks_uri ([#68](https://github.com/openkcm/api-sdk/issues/68)) ([ba19c8d](https://github.com/openkcm/api-sdk/commit/ba19c8d6cc2f90de8b71bfcf9c25eb70d142ad90)) + ## [0.12.0](https://github.com/openkcm/api-sdk/compare/v0.11.0...v0.12.0) (2025-11-07)