diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 50ff9bc..dab3fc6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -192,3 +192,7 @@ releases: - 129.yaml - 130.yaml release_date: '2024-09-04' + 2.2.0: + changes: + release_summary: This release brings some new features and enables compatibility with ansible-core-2.19. + release_date: '2025-04-30' diff --git a/galaxy.yml b/galaxy.yml index fb59ed8..ed23163 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "2.1.0" +version: "2.2.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)