diff --git a/CHANGLELOG.md b/CHANGLELOG.md
index 79c3c404..8ea6f005 100644
--- a/CHANGLELOG.md
+++ b/CHANGLELOG.md
@@ -6,6 +6,7 @@
- Set default line_width of new `line` objects to 1
- Allow line and block comments in pages.jsonl
+- HASP theme: Toggle objects now use the secondary color when they are in the toggled state.
### Fonts
- Firmware files include the bitmapped font sizes 12, 16, 24 and 32pt
@@ -39,7 +40,7 @@
- Add support for ESP32-S3 devices
- Add Arduino-GFX display driver
-Updated libraries to ArduinoJson 6.20.0, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0 and LovyanGFX 0.5.0
+Updated libraries to ArduinoJson 6.20.1, ArduinoStreamUtils 1.7.0, TFT_eSPI 2.5.0 and LovyanGFX 1.1.2
## v0.6.3
diff --git a/platformio.ini b/platformio.ini
index fb04a4f4..1f450c64 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -1,4 +1,4 @@
-; MIT License - Copyright (c) 2019-2022 Francis Van Roie
+; MIT License - Copyright (c) 2019-2023 Francis Van Roie
; For full license information read the LICENSE file in the project folder
;
; PlatformIO Project Configuration File
@@ -82,7 +82,7 @@ build_flags =
; -- Shared library dependencies in all environments
; Warning : don't put comments after github links => causes infinite download loop
lib_deps =
- bblanchon/ArduinoJson@^6.20.0
+ bblanchon/ArduinoJson@^6.20.1
;git+https://github.com/fvanroie/ConsoleInput.git
;git+https://github.com/andrethomas/TasmotaSlave.git
;git+https://github.com/lvgl/lvgl.git
@@ -104,7 +104,7 @@ build_src_filter = +<*> -<.git/> - - - - -