8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767ecf2 commit 5bda5b6Copy full SHA for 5bda5b6
CHANGELOG.md
@@ -1,8 +1,14 @@
1
-## ArduinoHttpClient 0.1.0 - 2016.07.05
+## ArduinoHttpClient 0.2.0 - 2017.01.12
2
3
-* Initial release
+* Added PATCH method
4
+* Added basic auth example
5
+* Added custom header example
6
7
## ArduinoHttpClient 0.1.1 - 2016.12.16
8
9
* More robust response parser
10
11
+## ArduinoHttpClient 0.1.0 - 2016.07.05
12
+
13
+* Initial release
14
library.properties
@@ -1,5 +1,5 @@
name=ArduinoHttpClient
-version=0.1.1
+version=0.2.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
0 commit comments