Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
nfc-robot committed Dec 31, 2024
2 parents 5c5af1e + d9788ef commit 324e580
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 0.4.1
version: 0.4.2
version_scheme: semver
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.2 (2024-12-31)

### Fix

- **playbook**: Use API v2 path for Teams
- **playbook**: use API v2 path for Teams
- **playbook**: use API v2 path for uploading inventory

## 0.4.1 (2024-08-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: nofusscomputing
name: centurion

# The version of the collection. Must be compatible with semantic versioning
version: 0.4.1
version: 0.4.2

Check warning on line 11 in galaxy.yml

View workflow job for this annotation

GitHub Actions / Ansible Collection / Lint (galaxy.yaml)

galaxy[version-incorrect]

collection version should be greater than or equal to 1.0.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit 324e580

Please sign in to comment.