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 5f56703 commit 7f36561Copy full SHA for 7f36561
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## ArduinoHttpClient 0.4.0 - 2019.04.09
2
+
3
+* Added URLEncoder helper
4
5
## ArduinoHttpClient 0.3.2 - 2019.02.04
6
7
* Changed Flush return value resulting in compilation error. Thanks @forGGe
library.properties
@@ -1,5 +1,5 @@
name=ArduinoHttpClient
-version=0.3.2
+version=0.4.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