diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..0bb4db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4735ae0..77f9afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/sigbit/mcp-auth-proxy/compare/v1.3.1...v1.3.2) (2025-08-21) + + +### Bug Fixes + +* resolve configuration merge conflicts and update documentation ([#58](https://github.com/sigbit/mcp-auth-proxy/issues/58)) ([76791f8](https://github.com/sigbit/mcp-auth-proxy/commit/76791f88bcd5cc244144c704a914e8581b73a189)) + ## [1.3.1](https://github.com/sigbit/mcp-auth-proxy/compare/v1.3.0...v1.3.1) (2025-08-21)