From d895b9deae874c216ac0df95a0597cae8dad7ee1 Mon Sep 17 00:00:00 2001 From: Steven Schattenberg Date: Wed, 6 Nov 2024 14:54:46 -0500 Subject: [PATCH 1/2] Add change log --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1819c..4dc68c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,2 @@ # Changelog -## v1.0.0 (in progress) - -* Initial release of `itential.core` collection From 81659fc03ebc8a94077ca02ce90e57e2fa0960a9 Mon Sep 17 00:00:00 2001 From: Steven Schattenberg Date: Wed, 6 Nov 2024 15:03:55 -0500 Subject: [PATCH 2/2] Fix typo --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index c0b4bc2..1ebc267 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: itential name: plugins # The version of the collection. Must be compatible with semantic versioning -version: ain +version: 1.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md