Skip to content

Commit 5bda5b6

Browse files
committed
release commit
1 parent 767ecf2 commit 5bda5b6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## ArduinoHttpClient 0.1.0 - 2016.07.05
1+
## ArduinoHttpClient 0.2.0 - 2017.01.12
22

3-
* Initial release
3+
* Added PATCH method
4+
* Added basic auth example
5+
* Added custom header example
46

57
## ArduinoHttpClient 0.1.1 - 2016.12.16
68

79
* More robust response parser
810

11+
## ArduinoHttpClient 0.1.0 - 2016.07.05
12+
13+
* Initial release
14+

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoHttpClient
2-
version=0.1.1
2+
version=0.2.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.

0 commit comments

Comments
 (0)