diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c448c..ccb98b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -## ArduinoHttpClient 0.1.0 - 2016.07.05 +## ArduinoHttpClient 0.2.0 - 2017.01.12 -* Initial release +* Added PATCH method +* Added basic auth example +* Added custom header example ## ArduinoHttpClient 0.1.1 - 2016.12.16 * More robust response parser +## ArduinoHttpClient 0.1.0 - 2016.07.05 + +* Initial release + diff --git a/library.properties b/library.properties index cc6904c..c906b45 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.1.1 +version=0.2.0 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.