diff --git a/README.md b/README.md
index f90678c..d81582d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## grblHAL ##
-Latest build date is 20251207, see the [changelog](changelog.md) for details.
+Latest build date is 20251208, see the [changelog](changelog.md) for details.
> [!NOTE]
> A settings reset will be performed on an update of builds prior to 20241208. Backup and restore of settings is recommended.
diff --git a/changelog.md b/changelog.md
index 85a8c67..aab217e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,19 @@
## grblHAL changelog
+Build 20251208
+
+Core:
+
+* Added `$REBOOT` command for hard resetting controller. Available for drivers supporting the required HAL API. Ref. PR [#865](https://github.com/grblHAL/core/pull/865).
+> [!NOTE]
+> Communication with the controller will be lost if the connection is via native USB or network \(WiFi, Ethernet or Bluetooth\).
+
+Drivers:
+
+* iMRXT1062: fix for incorrect step timing \(too long pulse off minimum\). Ref. issue [#104](https://github.com/grblHAL/iMXRT1062/issues/104).
+
+---
+
Build 20251207
Core:
@@ -8,7 +22,7 @@ Core:
Drivers:
-* STM32F3xx: added missed commit for the SuperLongBoards causing compilation failure, ref. issue [#863](https://github.com/grblHAL/core/issues/863).
+* STM32F3xx: added missed commit for the SuperLongBoards causing compilation failure, ref. issue [#268](https://github.com/grblHAL/STM32F4xx/issues/268).
---
@@ -23,6 +37,7 @@ Core:
Drivers:
* STM32F3xx: fixed typo in generic board, ref. issue [#5](https://github.com/grblHAL/STM32F3xx/issues/5).
+>! [NOTE]
---
diff --git a/grbl.h b/grbl.h
index 2cd34f9..bc0e575 100644
--- a/grbl.h
+++ b/grbl.h
@@ -42,7 +42,7 @@
#else
#define GRBL_VERSION "1.1f"
#endif
-#define GRBL_BUILD 20251207
+#define GRBL_BUILD 20251208
#define GRBL_URL "https://github.com/grblHAL"