diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d2903..bcd05228 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d889cf45..55d60823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/cloudnative-pg/barman-cloud/compare/v0.5.1...v0.6.0) (2026-05-07) + + +### Features + +* **ip:** assign copyright to the Linux Foundation ([#218](https://github.com/cloudnative-pg/barman-cloud/issues/218)) ([0936320](https://github.com/cloudnative-pg/barman-cloud/commit/093632092abc8444baff225acff9d440f9c5f96b)) + + +### Bug Fixes + +* **deps:** update all non-major go dependencies ([#222](https://github.com/cloudnative-pg/barman-cloud/issues/222)) ([467fdb6](https://github.com/cloudnative-pg/barman-cloud/commit/467fdb61cecea12d6580e271445e52e8adf744cb)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.28.2 ([#219](https://github.com/cloudnative-pg/barman-cloud/issues/219)) ([c400a2e](https://github.com/cloudnative-pg/barman-cloud/commit/c400a2ebc4edc0965824852021f70b49f69f76e0)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.24.0 ([#223](https://github.com/cloudnative-pg/barman-cloud/issues/223)) ([fd4b0e6](https://github.com/cloudnative-pg/barman-cloud/commit/fd4b0e67da914be19e52935fd06cc3e4331ac31b)) + ## [0.5.1](https://github.com/cloudnative-pg/barman-cloud/compare/v0.5.0...v0.5.1) (2026-04-21)