Skip to content

Commit

Permalink
Prepare v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jul 20, 2023
1 parent ac2da15 commit 4cb85c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 1.10.0 (2023-07-20)

* Feature: Use Promise v3 template types.
(#67 by @clue and #63 and #64 by @WyriHaximus)

* Minor documentation improvements.
(#59 by @nhedger)

* Improve test suite, avoid unhandled promise rejections and report failed assertions.
(#66 and #62 by @clue and #61 by @WyriHaximus)

## 1.9.0 (2022-06-13)

* Feature: Improve forward compatibility with upcoming Promise v3 API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require react/promise-timer:^1.9
composer require react/promise-timer:^1.10
```

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

0 comments on commit 4cb85c1

Please sign in to comment.