diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0c51be..7081277 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ LVM Snapshot Linux Role Release Notes .. contents:: Topics +v2.0.1 +====== + +Minor Changes +------------- + +- Add publish to Automation Hub to release workflow + +Bugfixes +-------- + +- Fix release workflow prechecks + v2.0.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 7cda8b0..e5660c0 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -16,4 +16,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.0.0 +version: 2.0.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bc62a29..073a6e5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -84,3 +84,12 @@ releases: - shrinklv-internal-variable-names.yml - split-lvm-snapshot_role.yml release_date: '2024-01-10' + 2.0.1: + changes: + bugfixes: + - Fix release workflow prechecks + minor_changes: + - Add publish to Automation Hub to release workflow + fragments: + - automation_hub_release.yml + release_date: '2024-01-11' diff --git a/changelogs/fragments/automation_hub_release.yml b/changelogs/fragments/automation_hub_release.yml deleted file mode 100644 index 14c1df7..0000000 --- a/changelogs/fragments/automation_hub_release.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: - - Add publish to Automation Hub to release workflow -bugfixes: - - Fix release workflow prechecks diff --git a/galaxy.yml b/galaxy.yml index 06442eb..793e6fa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: infra name: lvm_snapshots -version: 2.0.0 +version: 2.0.1 readme: README.md authors: - Ygal Blum