diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f1..f1c1e588 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 cf847ef1..85d8121c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/cloudnative-pg/barman-cloud/compare/v0.4.0...v0.5.0) (2026-01-08) + + +### Features + +* Add DefaultAzureCredential authentication support ([#174](https://github.com/cloudnative-pg/barman-cloud/issues/174)) ([ced266c](https://github.com/cloudnative-pg/barman-cloud/commit/ced266c145f54624b17a0568670fc77f0722203d)) + + +### Bug Fixes + +* **azure:** require storage account for explicit credentials ([#177](https://github.com/cloudnative-pg/barman-cloud/issues/177)) ([20b7e0e](https://github.com/cloudnative-pg/barman-cloud/commit/20b7e0e10b0f6e75828e13b89f92cf7810c4d21e)) +* **deps:** update module github.com/cloudnative-pg/machinery to v0.3.3 ([#178](https://github.com/cloudnative-pg/barman-cloud/issues/178)) ([1030369](https://github.com/cloudnative-pg/barman-cloud/commit/1030369f3b81b97116cb0e3e910562833f3180e5)) + ## [0.4.0](https://github.com/cloudnative-pg/barman-cloud/compare/v0.3.3...v0.4.0) (2025-12-24)