diff --git a/README.md b/README.md index e386550..1fed53a 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,11 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log +### [1.0.2] Sept. 17, 2019 +- Fixed SSID non termination. (issue #128) +- Fixed compilation error that getBytesLength missing with ESP32. (issue #125) +- Added #include directive restriction for EEPROM and ESP8266httpUpdate to FAQ. (issue #127) + ### [1.0.1] Sept. 13, 2019 - Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences. diff --git a/library.json b/library.json index b2f9f6b..90691e5 100644 --- a/library.json +++ b/library.json @@ -25,6 +25,6 @@ "espressif8266", "espressif32" ], - "version": "1.0.1", + "version": "1.0.2", "license": "MIT" } diff --git a/library.properties b/library.properties index 58bb112..c2d7a8a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AutoConnect -version=1.0.1 +version=1.0.2 author=Hieromon Ikasamo maintainer=Hieromon Ikasamo sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index 29fa6ef..c8a60f8 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,3 +1,8 @@ +#### [1.0.2] Sept. 17, 2019 +- Fixed SSID non termination. +- Fixed compilation error that getBytesLength missing with ESP32. +- Added #include directive restriction for EEPROM and ESP8266httpUpdate to FAQ. + #### [1.0.1] Sept. 13, 2019 - Added a sketch for ESP32 boards that migrates credentials stored in EEPROM partition to the Preferences.