diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ed21d28..03e75a9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e52a17..8bad243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/TrogonStack/trogon-proto/compare/v0.13.0...v0.13.1) (2026-05-06) + + +### Bug Fixes + +* **error:** Align templates with Error Specification ADR ([#48](https://github.com/TrogonStack/trogon-proto/issues/48)) ([53ac7ec](https://github.com/TrogonStack/trogon-proto/commit/53ac7ec9cdb65c26ce62336830942731967d55cf)) + ## [0.13.0](https://github.com/TrogonStack/trogon-proto/compare/v0.12.0...v0.13.0) (2026-05-05)