From 2a33598201ce90689d18f456bc78c1c0d297e7fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Feb 2022 20:15:04 +0000 Subject: [PATCH] ci(release): update collection to 1.0.2 [skip ci] ### [1.0.2](https://github.com/donhector/ansible-collection-workstation/compare/v1.0.1...v1.0.2) (2022-02-22) ### :eyes: Misc * **readme:** described local releasing to Galaxy ([39d957c](https://github.com/donhector/ansible-collection-workstation/commit/39d957cebfb40c1eab7bdd6be5401233cfc12bcc)) --- CHANGELOG.md | 7 +++++++ donhector/workstation/galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcab901..3c85688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.2](https://github.com/donhector/ansible-collection-workstation/compare/v1.0.1...v1.0.2) (2022-02-22) + + +### :eyes: Misc + +* **readme:** described local releasing to Galaxy ([39d957c](https://github.com/donhector/ansible-collection-workstation/commit/39d957cebfb40c1eab7bdd6be5401233cfc12bcc)) + ### [1.0.1](https://github.com/donhector/ansible-collection-workstation/compare/v1.0.0...v1.0.1) (2022-02-22) diff --git a/donhector/workstation/galaxy.yml b/donhector/workstation/galaxy.yml index a8974c7..232e304 100644 --- a/donhector/workstation/galaxy.yml +++ b/donhector/workstation/galaxy.yml @@ -8,7 +8,7 @@ namespace: donhector name: workstation # The version of the collection. Must be compatible with semantic versioning -version: 1.0.1 +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