diff --git a/CHANGELOG.md b/CHANGELOG.md index fabe41b..6a97015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.1 (2017-05-22) + +* Feature: Forward compatibility with Stream v0.7, v0.6, v0.5 and upcoming v1.0 (while keeping BC) + (#6 by @thklein) + +* Improved test suite by adding PHPUnit to `require-dev` + (#5 by @thklein) + ## 0.1.0 (2016-11-24) * First tagged release diff --git a/README.md b/README.md index 640731e..28a773c 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require clue/ndjson-react:^0.1 +$ composer require clue/ndjson-react:^0.1.1 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.