diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1589e88..56fa4ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 199b786..2562498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.2](https://github.com/chubchubsancho/ansible-pi-hole/compare/v1.2.1...v1.2.2) (2022-10-04) + + +### Bug Fixes + +* **molecule:** fix molecule-docker version to 2.0.0 ([322fb02](https://github.com/chubchubsancho/ansible-pi-hole/commit/322fb0216397c18a7909c19eab01bf7cc7ee70cd)) + + +### Continuous Integration + +* **publish:** create import role workflow ([99ed6b8](https://github.com/chubchubsancho/ansible-pi-hole/commit/99ed6b86433632141a1c5c6ff35aeb6ae55e459a)) + ## [1.2.1](https://github.com/chubchubsancho/ansible-pi-hole/compare/v1.2.0...v1.2.1) (2022-09-12)