diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 689f416..1233f7d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -62,3 +62,10 @@ releases: release_date: '2024-04-16' 1.3.1: release_date: '2024-04-17' + changes: + release_summary: No functional changes, only updates to the shipped documentation. + 1.3.2: + release_date: '2024-04-17' + changes: + release_summary: No functional changes, hotfix release to retrigger the downstream + build and to keep in sync with Ansible Automation Hub. diff --git a/galaxy.yml b/galaxy.yml index 65c76ba..c6754fd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.3.1" +version: "1.3.2" readme: README.md authors: - KubeVirt Project (kubevirt.io)