diff --git a/CHANGELOG.md b/CHANGELOG.md index 621b34d..ee3cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.1.2 (2016-05-25) + +* Feature: Add first() function + (#2 by @clue) + +* Feature: Add all() function + (#3 by @clue) + +* Add unwrapWritable() function + (#4 by @clue) + ## 0.1.1 (2016-05-01) * Bug: Closing stream should also close input stream diff --git a/README.md b/README.md index 3b2469d..88cf3f5 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require clue/promise-stream-react:^0.1 +$ composer require clue/promise-stream-react:^0.1.2 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.