diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dcab2e9..c095f94 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v1.2.2 +====== + +Bugfixes +-------- + +- Remove venv files that were accidentally bundled in 1.2.2(https://github.com/ieisystem/kaytus.ksmanage/pull/23). + v1.2.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7de4498..63802b9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -457,3 +457,10 @@ releases: - 20-edit_example_gather_facts.yml - 21-delete_links.yml release_date: '2024-04-23' + 1.2.2: + changes: + bugfixes: + - Remove venv files that were accidentally bundled in 1.2.2(https://github.com/ieisystem/kaytus.ksmanage/pull/23). + fragments: + - 23-delete_venv.yml + release_date: '2024-06-06' diff --git a/galaxy.yml b/galaxy.yml index 322aa18..abcf092 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: kaytus name: ksmanage # The version of the collection. Must be compatible with semantic versioning -version: 1.2.1 +version: 1.2.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md