From db40599ccfc957aa9e21ba7b28b65dd7977e6c46 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 6 Mar 2020 12:52:12 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d27ede --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2020-03-06) + + +### Features + +* **install:** Support using GitHub token when fetching latest release ([9c96bdd](https://github.com/jimeh/ansible-adguardhome/commit/9c96bdd21283e9a1341534ca301a80a25e443345)) +* Add support for installing latest version ([8ed2be2](https://github.com/jimeh/ansible-adguardhome/commit/8ed2be2b5ac59173e0bc2075eb94d7b5e906ed3f)) +* Initial working adguardhome role ([968722c](https://github.com/jimeh/ansible-adguardhome/commit/968722c8d538ca2123aa118c36ee41f6400ac8e7)) + + +### Bug Fixes + +* **ci:** Update test setup to work with molecule v3 ([2c522f2](https://github.com/jimeh/ansible-adguardhome/commit/2c522f29b9952d72a15c4c1be559c9cf238a74e4))