From 84d836b96009c83b3af851651aff61d31e730205 Mon Sep 17 00:00:00 2001 From: "sigbit-release-bot[bot]" <227027872+sigbit-release-bot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:34:56 +0000 Subject: [PATCH] chore(main): release 2.4.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 9965a34..a549f59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa4a37..f71d350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/sigbit/mcp-auth-proxy/compare/v2.3.0...v2.4.0) (2025-10-22) + + +### Features + +* **repository:** add SQL repository support with multiple backends ([#88](https://github.com/sigbit/mcp-auth-proxy/issues/88)) ([e3699bd](https://github.com/sigbit/mcp-auth-proxy/commit/e3699bdd93f190173b420b3851a2d3cf1c670742)) + ## [2.3.0](https://github.com/sigbit/mcp-auth-proxy/compare/v2.2.0...v2.3.0) (2025-08-28)