From 9ac287f57ea0502da7c9ae47142a0668a5c182a9 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 30 Apr 2025 14:33:35 +0000 Subject: [PATCH] Update changelog for release 2.2.0 Signed-off-by: kubevirt-bot --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d88930d..cd5d3f8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ KubeVirt Collection for Ansible Release Notes This changelog describes changes after version 1.0.0. +v2.2.0 +====== + +Release Summary +--------------- + +This release brings some new features and enables compatibility with ansible-core-2.19. + v2.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dab3fc6..90216e9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -194,5 +194,6 @@ releases: 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_summary: This release brings some new features and enables compatibility + with ansible-core-2.19. release_date: '2025-04-30'