diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1819c..74fb8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog -## v1.0.0 (in progress) +## v1.0.2 (2024-12-18) -* Initial release of `itential.core` collection +- Fixes issue with handling of data (#9) + +## v1.0.1 (2024-11-21) + +- prevent empty data payload from being send to host (#5) + +## v1.0.0 (2024-11-12) + +- Initial release of `itential.core` collection diff --git a/galaxy.yml b/galaxy.yml index 8a2e50d..ef97e3a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: itential name: core # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 1.0.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md