diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d853b0..877b381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/cloudnative-pg/cnpg-i/compare/v0.4.0...v0.5.0) (2026-03-30) + + +### Reverts + +* remove requeue behavior from OperatorLifecycleResponse ([#297](https://github.com/cloudnative-pg/cnpg-i/issues/297)) ([01877c5](https://github.com/cloudnative-pg/cnpg-i/commit/01877c553d3a85242199577f1351c77837b8592c)) + ## [0.4.0](https://github.com/cloudnative-pg/cnpg-i/compare/v0.3.1...v0.4.0) (2026-03-30)