diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb98b6..16ee89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## ArduinoHttpClient 0.3.0 - 2017.04.20 + +* Added support for PATCH operations +* Added support for chunked response bodies +* Added new beginBody API + ## ArduinoHttpClient 0.2.0 - 2017.01.12 * Added PATCH method diff --git a/library.properties b/library.properties index c906b45..affbb18 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoHttpClient -version=0.2.0 +version=0.3.0 author=Arduino maintainer=Arduino sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.