diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a009a5b..d59ecd9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -69,3 +69,8 @@ releases: release_summary: No functional changes, hotfix release to retrigger the downstream build and to keep in sync with Ansible Automation Hub. release_date: '2024-04-17' + 1.4.0: + changes: + release_summary: Compatibility with kubernetes.core >=3.1.0,<4.1.0 and some minor + enhancements. + release_date: '2024-05-29' diff --git a/galaxy.yml b/galaxy.yml index fcdceb9..646f2ff 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.3.2" +version: "1.4.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)