diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5121eff..5677a32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.2" + ".": "1.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d85914..4cf9526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.16.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.15.2...v1.16.0) (2026-09-22) + + +### Features + +* **action:** attribute PR-comment clicks to the Action ([#129](https://github.com/CodeBoarding/CodeBoarding-action/issues/129)) ([67b92de](https://github.com/CodeBoarding/CodeBoarding-action/commit/67b92deaab1336df98335193888a8c0580724186)) +* **review:** relay the engine's early-exit verdict, a machine-readable comment line, and the platform link in the progress comment ([#131](https://github.com/CodeBoarding/CodeBoarding-action/issues/131)) ([bce7a16](https://github.com/CodeBoarding/CodeBoarding-action/commit/bce7a16dce014f525f14114d25e56c29f429a557)) + ## [1.15.2](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.15.1...v1.15.2) (2026-09-20)