diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de1e52..45708db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # JLed changelog (github.com/jandelgado/jled) +## [2024-09-21] 4.14 + +* new: make `Jled::Update(unit32_t t)` public, allowing optimizations and + simplified tests + ## [2023-09-10] 4.13.1 * fix: `Update()` sometimes returning wrong state (https://github.com/jandelgado/jled/issues/122) diff --git a/library.json b/library.json index c9b7c1b..52dc8a0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "JLed", - "version": "4.13.1", + "version": "4.14", "description": "An embedded library to control LEDs", "license": "MIT", "frameworks": ["espidf", "arduino", "mbed"], diff --git a/library.properties b/library.properties index bb5b9cf..a11d63b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=JLed -version=4.13.1 +version=4.14 author=Jan Delgado maintainer=Jan Delgado sentence=An Arduino library to control LEDs