From 6a44407a875d3519805d1eecf4cf2dea4d366fd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:25:06 +0000 Subject: [PATCH] chore(main): release 1.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)