From 7170f7fc5f48937661145d0c69780b6dee56fd14 Mon Sep 17 00:00:00 2001 From: agdl Date: Fri, 16 Dec 2016 17:11:40 +0100 Subject: [PATCH] library release --- CHANGELOG.md | 4 ++++ library.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.