diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 876b6ac..35571a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/cloudnative-pg/machinery/compare/v0.2.0...v0.2.1) (2025-05-09) + + +### Bug Fixes + +* **deps:** update all non-major go dependencies ([#103](https://github.com/cloudnative-pg/machinery/issues/103)) ([c12fbef](https://github.com/cloudnative-pg/machinery/commit/c12fbef05a8b605d8a2ad2437469ab162ca889e7)) +* **deps:** update module golang.org/x/sys to v0.33.0 ([#116](https://github.com/cloudnative-pg/machinery/issues/116)) ([092d91d](https://github.com/cloudnative-pg/machinery/commit/092d91d775f993a632e8a00d57e554597fc1bc00)) + ## [0.2.0](https://github.com/cloudnative-pg/machinery/compare/v0.1.0...v0.2.0) (2025-03-27)