diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a10c57..6b80af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/mathematic-inc/mcpr/compare/v0.2.0...v0.2.1) (2026-03-11) + + +### Bug Fixes + +* Make release notes workflow resilient when Claude Code App is not installed ([#5](https://github.com/mathematic-inc/mcpr/issues/5)) ([04c4161](https://github.com/mathematic-inc/mcpr/commit/04c416199ef3127a479dc1f7793dfab9eafbb361)) + ## [0.2.0](https://github.com/mathematic-inc/mcpr/compare/v0.1.0...v0.2.0) (2026-03-11)