diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 877b381..4a63561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/cloudnative-pg/cnpg-i/compare/v0.5.0...v0.6.0) (2026-06-25) + + +### Features + +* **ip:** assign copyright to the Linux Foundation ([#307](https://github.com/cloudnative-pg/cnpg-i/issues/307)) ([7c4dcdc](https://github.com/cloudnative-pg/cnpg-i/commit/7c4dcdc321fd4b0ffb89bf8224be1b3541338d81)) + + +### Bug Fixes + +* **deps:** update module google.golang.org/grpc to v1.80.0 ([#299](https://github.com/cloudnative-pg/cnpg-i/issues/299)) ([ff6975c](https://github.com/cloudnative-pg/cnpg-i/commit/ff6975c23c3fbe48524030046dd810e9341d1a14)) +* **deps:** update module google.golang.org/grpc to v1.81.0 ([#312](https://github.com/cloudnative-pg/cnpg-i/issues/312)) ([9219a73](https://github.com/cloudnative-pg/cnpg-i/commit/9219a73aef47b1a94f7e52754f05bdf1f63a9383)) +* **deps:** update module google.golang.org/grpc to v1.81.1 ([#324](https://github.com/cloudnative-pg/cnpg-i/issues/324)) ([23ecd6e](https://github.com/cloudnative-pg/cnpg-i/commit/23ecd6e171169970d0323c5028c9467a85f37aea)) + ## [0.5.0](https://github.com/cloudnative-pg/cnpg-i/compare/v0.4.0...v0.5.0) (2026-03-30)