diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ec7f1..550eadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.1.1 - 2024-11-05 + +### Bug Fixes: + +* Fix README broken link + ## v0.1.0 - 2024-11-05 ### Enhancements: diff --git a/idf_component.yml b/idf_component.yml index c503891..650dc54 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.1.0" +version: "0.1.1" description: ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs url: https://github.com/esp-arduino-libs/ESP32_IO_Expander repository: https://github.com/esp-arduino-libs/ESP32_IO_Expander.git diff --git a/library.properties b/library.properties index 3ff246e..481fe2e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32_IO_Expander -version=0.1.0 +version=0.1.1 author=espressif maintainer=espressif sentence=ESP32_IO_Expander is a library designed for driving IO expander chips using ESP32 SoCs