From 7f36561e0bced5458516066ae09636e119cae0ed Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Tue, 9 Apr 2019 12:48:29 -0400 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 4 ++++ library.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f828d31..ac78d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## ArduinoHttpClient 0.4.0 - 2019.04.09 + +* Added URLEncoder helper + ## ArduinoHttpClient 0.3.2 - 2019.02.04 * Changed Flush return value resulting in compilation error. Thanks @forGGe diff --git a/library.properties b/library.properties index adb5aec..632910e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.3.2 +version=0.4.0 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.