From 5bda5b6f07fba5273dfe4035e33dc635a4c5f887 Mon Sep 17 00:00:00 2001 From: agdl Date: Thu, 12 Jan 2017 16:14:59 +0100 Subject: [PATCH] release commit --- CHANGELOG.md | 10 ++++++++-- library.properties | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c448c..ccb98b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -## ArduinoHttpClient 0.1.0 - 2016.07.05 +## ArduinoHttpClient 0.2.0 - 2017.01.12 -* Initial release +* Added PATCH method +* Added basic auth example +* Added custom header example ## ArduinoHttpClient 0.1.1 - 2016.12.16 * More robust response parser +## ArduinoHttpClient 0.1.0 - 2016.07.05 + +* Initial release + diff --git a/library.properties b/library.properties index cc6904c..c906b45 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.1.1 +version=0.2.0 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.