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.