aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eb3f70..e5721e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,19 @@
# Changelog
+## [1.2.0] - 2023-10-11
+
+### Added
+
+- Add `run_once` option for command and shell handlers.
+
+### Changed
+
+- Handlers now use Ansible tasks instead of handlers to allow `run_once`
+ option to work properly.
+
## [1.1.0] - 2023-06-15
### Added
-- Prefix option for target files (`579b168`)
-- Ability to define exporters without id (`232bdca`)
+- Prefix option for target files (`579b168`).
+- Ability to define exporters without id (`232bdca`).