From 4e476a651de830a8f0f5d3a162772ceefe1f32ee Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Thu, 20 Apr 2017 10:08:26 -0400 Subject: [PATCH] Version 0.3.0 --- CHANGELOG.md | 6 ++++++ library.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb98b6..16ee89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## ArduinoHttpClient 0.3.0 - 2017.04.20 + +* Added support for PATCH operations +* Added support for chunked response bodies +* Added new beginBody API + ## ArduinoHttpClient 0.2.0 - 2017.01.12 * Added PATCH method diff --git a/library.properties b/library.properties index c906b45..affbb18 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.2.0 +version=0.3.0 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.