diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ee89f..5645508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## ArduinoHttpClient 0.3.1 - 2017.09.25 + +* Changed examples to support Arduino Create secret tabs +* Increase WebSocket secrect-key length to 24 characters + ## ArduinoHttpClient 0.3.0 - 2017.04.20 * Added support for PATCH operations diff --git a/library.properties b/library.properties index affbb18..2ac5bb5 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.3.0 +version=0.3.1 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.