From 4cb85c1c2125390748e3908120bb82feb99fe766 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 20 Jul 2023 17:40:28 +0200 Subject: [PATCH] Prepare v1.10.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dcaac..f88c1d2 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/README.md b/README.md index 230e16d..47e6f86 100644 --- a/README.md +++ b/README.md @@ -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.