diff --git a/.cz.yaml b/.cz.yaml index 54f4ce1..5ec765b 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.0.1 + version: 0.1.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e993ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## 0.1.0 (2024-07-31) + +### Feat + +- **plugin**: Centurion ERP inventory plugin + +### Fix + +- **plugin**: correct plugin to use inventory file + +## 0.0.1 (2024-07-03) diff --git a/galaxy.yml b/galaxy.yml index f96565d..df4cccf 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.0.1 +version: 0.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md