From abc9b66e5072c116aced9e73c1923b9cfcc1deab Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 4 Jun 2021 21:10:41 +0000 Subject: [PATCH] Release 0.4.5 --- CHANGELOG.md | 7 +++++++ galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4a3b8f..7254f3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + +## [v0.4.5] - 2021-06-04 +### Bug Fixes +- **step_ca:** prevent error when overwriting step-ca executable ([#68](https://github.com/maxhoesel/ansible-collection-smallstep/issues/68)) ([bdca736](https://github.com/maxhoesel/ansible-collection-smallstep/commit/bdca736)) + + ## [v0.4.4] - 2021-05-25 ### Bug Fixes @@ -155,6 +161,7 @@ ## v0.1.0 - 2020-11-13 +[v0.4.5]: https://github.com/maxhoesel/ansible-collection-smallstep/compare/v0.4.4...v0.4.5 [v0.4.4]: https://github.com/maxhoesel/ansible-collection-smallstep/compare/v0.4.3...v0.4.4 [v0.4.3]: https://github.com/maxhoesel/ansible-collection-smallstep/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/maxhoesel/ansible-collection-smallstep/compare/v0.4.1...v0.4.2 diff --git a/galaxy.yml b/galaxy.yml index 7a645f6f..18df9699 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: maxhoesel name: smallstep # The version of the collection. Must be compatible with semantic versioning -version: 0.4.4 +version: 0.4.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md