From 7294e00f4f6706ff6cada5deb1c2cfa7538ea70b Mon Sep 17 00:00:00 2001 From: nfc-bot Date: Wed, 1 Jan 2025 06:16:33 +0000 Subject: [PATCH] build: bump version 0.4.2 -> 0.5.0 --- .cz.yaml | 2 +- CHANGELOG.md | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 3e2832c..26494e9 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.2 + version: 0.5.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index f2832d1..18a8012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.5.0 (2025-01-01) + +### Feat + +- **playbook**: Add Trace output for inventory upload + +### Fix + +- **playbook**: Correct Centurion ENV Vars + ## 0.4.2 (2024-12-31) ### Fix diff --git a/galaxy.yml b/galaxy.yml index 2068e52..bd9355b 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.2 +version: 0.5.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md