From b1a1839b1853aba77c8e0c2141bd85acd3d936c5 Mon Sep 17 00:00:00 2001 From: nfc-bot Date: Fri, 23 Aug 2024 04:46:16 +0000 Subject: [PATCH] build: bump version 0.4.0 -> 0.4.1 --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ galaxy.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index fe32277..bc47759 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 0.4.0 + version: 0.4.1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 4354abb..5762caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.1 (2024-08-23) + +### Fix + +- **ci**: set collection name + ## 0.4.0 (2024-08-23) ### Feat diff --git a/galaxy.yml b/galaxy.yml index e10f898..7a3fe80 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: nofusscomputing name: centurion # The version of the collection. Must be compatible with semantic versioning -version: 0.4.0 +version: 0.4.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md