Skip to content

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Dec 22, 2017
1 parent 3bc2c27 commit 00e269d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.1.1 (2017-12-22)

* Fix: Fix `all()` to assume null values if no event data is passed
(#13 by @clue)

* Improve test suite by simplifying test bootstrapping logic via Composer and
add forward compatibility with PHPUnit 5 and PHPUnit 6 and
test against PHP 7.1 and 7.2
(#11 and #12 by @clue and #9 by @carusogabriel)

## 1.1.0 (2017-11-28)

* Feature: Reject `first()` when stream emits an error event
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This project follows [SemVer](http://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-stream:^1.1
$ composer require react/promise-stream:^1.1.1
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 00e269d

Please sign in to comment.