From 079c45e139bd71c3d2fed2412f14435a580e9997 Mon Sep 17 00:00:00 2001 From: "sigbit-release-bot[bot]" <227027872+sigbit-release-bot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 04:22:50 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bb4db2..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f9afe..16db0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/sigbit/mcp-auth-proxy/compare/v1.3.2...v2.0.0) (2025-08-24) + + +### ⚠ BREAKING CHANGES + +* Authorization interface changed from separate GetUserID/Authorization calls to combined Authorization method + +### Features + +* enhance OAuth providers with organization and workspace support ([#69](https://github.com/sigbit/mcp-auth-proxy/issues/69)) ([239f2b2](https://github.com/sigbit/mcp-auth-proxy/commit/239f2b26d934c64860fcefc0faf784bdf1aa067d)) + + +### Bug Fixes + +* improve Docker image tagging strategy for releases ([#70](https://github.com/sigbit/mcp-auth-proxy/issues/70)) ([37bbe8c](https://github.com/sigbit/mcp-auth-proxy/commit/37bbe8c85ff504291ffec9280e8bd504ea154b42)) + ## [1.3.2](https://github.com/sigbit/mcp-auth-proxy/compare/v1.3.1...v1.3.2) (2025-08-21)