Skip to content

Commit daee9ba

Browse files
committed
Prepare v1.6.0 release
1 parent c27878c commit daee9ba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.6.0 (2020-07-10)
4+
5+
* Feature: Forward compatibility with react/promise v3.
6+
(#37 by @WyriHaximus)
7+
8+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
9+
Run tests on PHPUnit 9 and PHP 7.4 and clean up test suite.
10+
(#38 by @WyriHaximus, #39 by @reedy, #41 by @clue and #42 by @SimonFrings)
11+
312
## 1.5.1 (2019-03-27)
413

514
* Fix: Typo in readme

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ This project follows [SemVer](https://semver.org/).
342342
This will install the latest supported version:
343343

344344
```bash
345-
$ composer require react/promise-timer:^1.5
345+
$ composer require react/promise-timer:^1.6
346346
```
347347

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

0 commit comments

Comments
 (0)