diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..1b796cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9615e..d1dff93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.11.0...v1.11.1) (2026-08-18) + + +### Bug Fixes + +* **review:** stop attempting a cache save a comment run cannot make ([#86](https://github.com/CodeBoarding/CodeBoarding-action/issues/86)) ([6bd6951](https://github.com/CodeBoarding/CodeBoarding-action/commit/6bd6951061dfd06f2162e0c2dd50db5d7c791bd0)) + ## [1.11.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.3...v1.11.0) (2026-08-18)