diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a7d48..c4a0c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## ArduinoHttpClient 0.1.0 - 2016.07.05 * Initial release +## ArduinoHttpClient 0.1.1 - 2016.12.16 + +* More robust response parser + diff --git a/library.properties b/library.properties index c05a6ca..cc6904c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.1.0 +version=0.1.1 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.