Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f36561

Browse files
committedApr 9, 2019
Version 0.4.0
1 parent 5f56703 commit 7f36561

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## ArduinoHttpClient 0.4.0 - 2019.04.09
2+
3+
* Added URLEncoder helper
4+
15
## ArduinoHttpClient 0.3.2 - 2019.02.04
26

37
* Changed Flush return value resulting in compilation error. Thanks @forGGe

‎library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoHttpClient
2-
version=0.3.2
2+
version=0.4.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)
Please sign in to comment.