diff --git a/README.md b/README.md
index 683143f..f59973f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## grblHAL ##
-Latest build date is 20250110, see the [changelog](changelog.md) for details.
+Latest build date is 20250114, 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.
@@ -93,4 +93,4 @@ G/M-codes not supported by [legacy Grbl](https://github.com/gnea/grbl/wiki) are
Some [plugins](https://github.com/grblHAL/plugins) implements additional M-codes.
---
-20250107
+20250115
diff --git a/changelog.md b/changelog.md
index fee3018..c638528 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,13 @@
## grblHAL changelog
+20250115
+
+Plugins:
+
+Fans, Keypad, macros: bug fixes and changes to avoid compiler warnings.
+
+---
+
Build 20250114
Core:
@@ -15,7 +23,7 @@ Drivers:
Plugins:
-* Many: updated for setting call signature changes and to take advandage of latest core functionality.
+* Many: updated for setting call signature changes and to take advantage of latest core functionality.
Plugins claiming auxiliary ports changed to use `-1` for port number settings that are to be ignored/not claimed.
* Plasma: refactored, uses new task functionality for processing and has improved settings handling. Virtual auxiliary ports disabled for now.