diff --git a/.cz.yaml b/.cz.yaml index 26494e9..ab6167c 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.5.0 + version: 0.5.1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a8012..4fc6b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (2025-01-01) + +### Fix + +- **playbook**: Add Trace output for inventory upload + ## 0.5.0 (2025-01-01) ### Feat diff --git a/galaxy.yml b/galaxy.yml index bd9355b..f66237a 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.5.0 +version: 0.5.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md