diff --git a/.README.html b/.README.html
index f2ae98e..60b2b71 100644
--- a/.README.html
+++ b/.README.html
@@ -253,7 +253,16 @@
Role Variables
# follows:
timesync_chrony_custom_settings:
- "logdir /var/log/chrony"
- - "log measurements statistics tracking"
+ - "log measurements statistics tracking"
+
+# This variable is applicable only for transactional update systems.
+# If a transactional update requires a reboot, the role will proceed with the
+# reboot if `timesync_transactional_update_reboot_ok` is set to `true`. If set
+# to `false`, the role will notify the user that a reboot is required, allowing
+# for custom handling of the reboot requirement. If this variable is not set,
+# the role will fail to ensure the reboot requirement is not overlooked.
+# For non-transactional update systems, this variable is ignored.
+timesync_transactional_update_reboot_ok: true
Example Playbooks
Install and configure ntp to synchronize the system clock with three
NTP servers:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76ceecc..20fe36f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
=========
+[1.9.0] - 2024-08-16
+--------------------
+
+### New Features
+
+- feat: Handle reboot for transactional update systems (#256)
+
+### Other Changes
+
+- ci: Add workflow for ci_test bad, use remote fmf plan (#254)
+- ci: Fix missing slash in ARTIFACTS_URL (#255)
+
[1.8.6] - 2024-08-01
--------------------