diff --git a/.cz.yaml b/.cz.yaml index ed585b7..fe32277 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.3.0 + version: 0.4.0 version_scheme: semver diff --git a/.github/additional_actions_bump.sh b/.github/additional_actions_bump.sh old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb11eab..4354abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.4.0 (2024-08-23) + +### Feat + +- **playbook**: Add playbook for teams creation and permissions +- **playbook**: Add playbook for inventory collection and publish to centurion + +### Fix + +- **teams_playbook**: Delete ansible.cfg +- **teams**: replace PATCH -> POST + ## 0.3.0 (2024-07-31) ### Feat diff --git a/galaxy.yml b/galaxy.yml index 074dbe4..e10f898 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.3.0 +version: 0.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md