From 320a773532460fef2599aa95dcddd59a0fbd7735 Mon Sep 17 00:00:00 2001 From: Peggie Date: Tue, 18 Mar 2025 14:59:43 +0100 Subject: [PATCH] chore(main): release 0.3.0 Signed-off-by: Peggie --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)