diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fcfdf7..2b6f978 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.0" + ".": "1.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 986a7a4..1d2cc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.9.0...v1.9.1) (2026-08-01) + + +### Bug Fixes + +* don't let a late failure erase a review that already posted ([#66](https://github.com/CodeBoarding/CodeBoarding-action/issues/66)) ([4606c1a](https://github.com/CodeBoarding/CodeBoarding-action/commit/4606c1a06dd5810bb88fcbff28a6572ef903a577)) +* refresh GitHub OIDC tokens per request ([#65](https://github.com/CodeBoarding/CodeBoarding-action/issues/65)) ([b90704c](https://github.com/CodeBoarding/CodeBoarding-action/commit/b90704c3089d172ded115601b0664f25b8d17530)) + ## [1.9.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.8.1...v1.9.0) (2026-07-28)