Skip to content

Commit

Permalink
Prepare v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 25, 2016
1 parent 1a5597b commit afe01ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit afe01ee

Please sign in to comment.