From 81a444c101b6da31259aeb72a8f996af90c8f48c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Jun 2023 16:51:21 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/antmelekhin/ansible-role-windows-exporter/compare/v1.0.0...v1.0.1) (2023-06-23) ### Continuous Integration * add `publish` and `release` workflows ([fe7e739](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/fe7e739e144258ca911affa786baff1aa988f9c7)) * add `update-version` script and workflow ([49753a1](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/49753a1aaac58ffa85e96ee69d7e1765ad083ac6)) ### Documentation * update README and meta ([ab228d8](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/ab228d8fc210d3d15f81a4cd4cc83d5f1c508cac)) ### Fixes * reordering key names ([fafe834](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/fafe83418713f79bb699d7816ee439ebb7c0d065)) * update version condition for installation task block ([f1cdbb9](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/f1cdbb9d7ded82f5238c24186bc9d3ae2a8ea0b3)) ### Tests * add `.ansible-lint` file and minor fixes molecule ([135259a](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/135259a65abb02f0deb02a6bd1155b13c6458fd7)) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..09e6050 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.0.1](https://github.com/antmelekhin/ansible-role-windows-exporter/compare/v1.0.0...v1.0.1) (2023-06-23) + + +### Continuous Integration + +* add `publish` and `release` workflows ([fe7e739](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/fe7e739e144258ca911affa786baff1aa988f9c7)) +* add `update-version` script and workflow ([49753a1](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/49753a1aaac58ffa85e96ee69d7e1765ad083ac6)) + + +### Documentation + +* update README and meta ([ab228d8](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/ab228d8fc210d3d15f81a4cd4cc83d5f1c508cac)) + + +### Fixes + +* reordering key names ([fafe834](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/fafe83418713f79bb699d7816ee439ebb7c0d065)) +* update version condition for installation task block ([f1cdbb9](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/f1cdbb9d7ded82f5238c24186bc9d3ae2a8ea0b3)) + + +### Tests + +* add `.ansible-lint` file and minor fixes molecule ([135259a](https://github.com/antmelekhin/ansible-role-windows-exporter/commit/135259a65abb02f0deb02a6bd1155b13c6458fd7))