diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0f674..cba9cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -# CHANGELOG +# Changelog -This file is a manually maintained list of changes for each release. Feel free -to add your changes here when sending pull requests. Also send corrections if -you spot any mistakes. +## 0.2.0 (2015-08-11) + +* Feature: Add streaming API for existing endpoints (TAR and JSON streaming). + ([#9](https://github.com/clue/php-docker-react/pull/9)) + * JSON streaming endpoints now resolve with an array of progress messages + * Reject Promise if progress messages indicate an error + +* Feature: Omit empty URI parameters and refactor to use URI templates internally + ([#23](https://github.com/clue/php-docker-react/pull/23)) + +* Improved documentation, more SOLID code base and updated dependencies. ## 0.1.0 (2014-12-08) diff --git a/README.md b/README.md index bcbc81d..a97db8f 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ The recommended way to install this library is [through composer](http://getcomp ```JSON { "require": { - "clue/docker-react": "~0.1.0" + "clue/docker-react": "~0.2.0" } } ```