From a24aa3e78a0865f64a03786fd65e56c9d51b519b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 19 May 2022 14:10:49 +0000 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 7 +++++++ galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f42c9..1bdf7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + +## [v0.2.2] - 2022-05-19 +### Bug Fixes +- **caddy_server:** move to repo-specific apt key ([811f25a](https://github.com/maxhoesel/ansible-collection-caddy/commit/811f25a)) [Max Hösel] + + ## [v0.2.1] - 2022-05-10 ### Bug Fixes @@ -29,6 +35,7 @@ ## v0.1.0 - 2021-09-11 +[v0.2.2]: https://github.com/maxhoesel/ansible-collection-caddy/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/maxhoesel/ansible-collection-caddy/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/maxhoesel/ansible-collection-caddy/compare/v0.1.1...v0.2.0 [v0.1.1]: https://github.com/maxhoesel/ansible-collection-caddy/compare/v0.1.0...v0.1.1 diff --git a/galaxy.yml b/galaxy.yml index 14aae03..cd4a6b5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: maxhoesel name: caddy # The version of the collection. Must be compatible with semantic versioning -version: 0.2.1 +version: 0.2.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md