diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6394db8..8432853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/fuf-stack/hardcore/compare/v1.1.0...v1.2.0) (2026-09-10) + + +### Features + +* **rpc:** add safe unary server error boundaries ([60b8a3e](https://github.com/fuf-stack/hardcore/commit/60b8a3e3d49e3fefec4a62521b805be6e4713b88)) + + +### Bug Fixes + +* **deps:** update module google.golang.org/protobuf to v1.36.12 ([00f0ede](https://github.com/fuf-stack/hardcore/commit/00f0ededc7ca952e7cfa532f9316e1e8cca1582c)) +* **deps:** update module google.golang.org/protobuf to v1.36.12 ([21b1fc9](https://github.com/fuf-stack/hardcore/commit/21b1fc9f8d1c2523085a8a50196e37e87cfc8ee1)) + ## [1.1.0](https://github.com/fuf-stack/hardcore/compare/v1.0.1...v1.1.0) (2026-09-10)