diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c2aa9dd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2026-09-17) + + +### Features + +* support plugin configuration parameters on Backup/ScheduledBackup ([#17](https://github.com/cloudnative-pg/cnpg-headlamp-plugin/issues/17)) ([399cd5f](https://github.com/cloudnative-pg/cnpg-headlamp-plugin/commit/399cd5fc0b981e3f9c646b72dd6ce68ca5580d38)) + + +### Bug Fixes + +* pin smoke-test's headlamp checkout to v0.45.0 ([#25](https://github.com/cloudnative-pg/cnpg-headlamp-plugin/issues/25)) ([e7ab262](https://github.com/cloudnative-pg/cnpg-headlamp-plugin/commit/e7ab26276d0b08e1e4575d0414ad24ebb417ac9f))