Skip to content

Commit

Permalink
Prepare v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 10, 2020
1 parent c27878c commit daee9ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 1.6.0 (2020-07-10)

* Feature: Forward compatibility with react/promise v3.
(#37 by @WyriHaximus)

* Improve test suite and add `.gitattributes` to exclude dev files from exports.
Run tests on PHPUnit 9 and PHP 7.4 and clean up test suite.
(#38 by @WyriHaximus, #39 by @reedy, #41 by @clue and #42 by @SimonFrings)

## 1.5.1 (2019-03-27)

* Fix: Typo in readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -342,7 +342,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-timer:^1.5
$ composer require react/promise-timer:^1.6
```

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

0 comments on commit daee9ba

Please sign in to comment.