diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d60a882..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.3" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 032c676..dfa2753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.3...v1.13.0) (2026-08-27) + + +### Features + +* require an explicit llm input and never fall back to hosted credentials ([#104](https://github.com/CodeBoarding/CodeBoarding-action/issues/104)) ([19ffef4](https://github.com/CodeBoarding/CodeBoarding-action/commit/19ffef4423916a3ada1ac95324c636f9b027eb0a)) + ## [1.12.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.12.2...v1.12.3) (2026-08-26)