From 708d92bafef5bba70ba2c24721b613dd35743f1f Mon Sep 17 00:00:00 2001 From: "sigbit-release-bot[bot]" <227027872+sigbit-release-bot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:11:59 +0000 Subject: [PATCH] chore(main): release 1.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6a9e15..b7298f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 221d2d0..97ad203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.3](https://github.com/sigbit/mcp-auth-proxy/compare/v1.2.2...v1.2.3) (2025-08-19) + + +### Bug Fixes + +* improve KVS repository error handling ([#36](https://github.com/sigbit/mcp-auth-proxy/issues/36)) ([126ff82](https://github.com/sigbit/mcp-auth-proxy/commit/126ff82ee22fc485ae19bcbdf076e7a35f34fd78)) +* improve KVS update method error handling ([#37](https://github.com/sigbit/mcp-auth-proxy/issues/37)) ([92eb5d4](https://github.com/sigbit/mcp-auth-proxy/commit/92eb5d4fa25f89d6d3c7bb1e3ea375b0fa5d8709)) + ## [1.2.2](https://github.com/sigbit/mcp-auth-proxy/compare/v1.2.1...v1.2.2) (2025-08-18)