diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43c..0ee8c012 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f67ba3..da70564c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/cloudnative-pg/barman-cloud/compare/v0.2.0...v0.3.0) (2025-03-18) + + +### Features + +* add lz4, xz, and zstd compression ([#82](https://github.com/cloudnative-pg/barman-cloud/issues/82)) ([6848fd4](https://github.com/cloudnative-pg/barman-cloud/commit/6848fd45696b2eb66ea2b40b4c3a006e64028bcc)) + ## [0.2.0](https://github.com/cloudnative-pg/barman-cloud/compare/v0.1.0...v0.2.0) (2025-03-13)