diff --git a/CHANGELOG.md b/CHANGELOG.md index 4228fbb..d169632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ + +## [v0.1.10] - 2022-03-13 + ## [v0.1.9] - 2022-03-12 ### Bug Fixes @@ -93,6 +96,7 @@ - initial commit ([0a1df66](https://github.com/maxhoesel/ansible-collection-borgbackup/commit/0a1df66)) [Max Hösel] +[v0.1.10]: https://github.com/maxhoesel/ansible-collection-borgbackup/compare/v0.1.9...v0.1.10 [v0.1.9]: https://github.com/maxhoesel/ansible-collection-borgbackup/compare/v0.1.8...v0.1.9 [v0.1.8]: https://github.com/maxhoesel/ansible-collection-borgbackup/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/maxhoesel/ansible-collection-borgbackup/compare/v0.1.6...v0.1.7 diff --git a/galaxy.yml b/galaxy.yml index fabaf48..5c1ce5c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: maxhoesel name: borgbackup # The version of the collection. Must be compatible with semantic versioning -version: 0.1.9 +version: 0.1.10 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md