From 3e8282d17b29449b92ce1ce7b039c0c21eab8d66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 21:21:08 +0000 Subject: [PATCH] chore(master): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522..1589e88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..199b786 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [1.2.1](https://github.com/chubchubsancho/ansible-pi-hole/compare/v1.2.0...v1.2.1) (2022-09-12) + + +### Bug Fixes + +* **linter:** respect task name must start with upper case ([5687411](https://github.com/chubchubsancho/ansible-pi-hole/commit/5687411c865504d4327e8e12d8de6e6365d14a1a)) + + +### Continuous Integration + +* **release:** automate release process ([dd2376b](https://github.com/chubchubsancho/ansible-pi-hole/commit/dd2376b45523488e4ea08aad48c3b7c679414675)) +* review linter and test workflow ([f228358](https://github.com/chubchubsancho/ansible-pi-hole/commit/f2283586768c175fb47b501c91b4b01ce8a3de57)) + + +### Miscellaneous Chores + +* **contributing:** add CONTRIBUTING guide ([f300a5a](https://github.com/chubchubsancho/ansible-pi-hole/commit/f300a5a39b6137069d92959cf67be7ed558038ed)) +* **meta:** remove fedora ([e83dd39](https://github.com/chubchubsancho/ansible-pi-hole/commit/e83dd393d8285974298e31606dc3d608e11bc42e)) +* **release-please:** configure release-please ([937538e](https://github.com/chubchubsancho/ansible-pi-hole/commit/937538eb5028d8a7cf670811497d7754147f31db))