diff --git a/CHANGELOG.md b/CHANGELOG.md index b182ae1..1a0fe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.1.5 - 2017-02-14 + +### Fixed + +- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7. + +## 0.1.4 - 2016-12-31 + +### Added + +- Added support for resetting the builder + ## 0.1.3 - 2016-12-22 ### Added diff --git a/composer.json b/composer.json index 4622ac9..3a7e47a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.4", - "php-http/message": "^1.0", + "php-http/message": "^1.5", "zendframework/zend-diactoros": "^1.3.5" }, "autoload": {