From 99826c691696f9e2ed947fc94c479a1d4a443090 Mon Sep 17 00:00:00 2001 From: Riccardo Rizzo Date: Mon, 4 Feb 2019 15:32:25 +0100 Subject: [PATCH] Version 0.3.2 --- CHANGELOG.md | 4 ++++ library.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5645508..f828d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## ArduinoHttpClient 0.3.2 - 2019.02.04 + +* Changed Flush return value resulting in compilation error. Thanks @forGGe + ## ArduinoHttpClient 0.3.1 - 2017.09.25 * Changed examples to support Arduino Create secret tabs diff --git a/library.properties b/library.properties index 2ac5bb5..adb5aec 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.3.1 +version=0.3.2 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.