We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889d7b3 commit acde3dcCopy full SHA for acde3dc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## ArduinoHttpClient 0.3.1 - 2017.09.25
2
+
3
+* Changed examples to support Arduino Create secret tabs
4
+* Increase WebSocket secrect-key length to 24 characters
5
6
## ArduinoHttpClient 0.3.0 - 2017.04.20
7
8
* Added support for PATCH operations
library.properties
@@ -1,5 +1,5 @@
name=ArduinoHttpClient
-version=0.3.0
+version=0.3.1
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
0 commit comments