Skip to content

Commit 4e476a6

Browse files
committed
Version 0.3.0
1 parent 765f2db commit 4e476a6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## ArduinoHttpClient 0.3.0 - 2017.04.20
2+
3+
* Added support for PATCH operations
4+
* Added support for chunked response bodies
5+
* Added new beginBody API
6+
17
## ArduinoHttpClient 0.2.0 - 2017.01.12
28

39
* Added PATCH method

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoHttpClient
2-
version=0.2.0
2+
version=0.3.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)