diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b80af6..c91e817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/mathematic-inc/mcpr/compare/v0.2.1...v0.2.2) (2026-03-11) + + +### Bug Fixes + +* Respect env vars for client config paths and add Codex local scope support ([#7](https://github.com/mathematic-inc/mcpr/issues/7)) ([20fd958](https://github.com/mathematic-inc/mcpr/commit/20fd958e80618952d3b88645fa23e4e245112243)) + ## [0.2.1](https://github.com/mathematic-inc/mcpr/compare/v0.2.0...v0.2.1) (2026-03-11)