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 28, 2023
1 parent ae86562 commit cab0147
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.6.0 (2023-07-28)

* Feature: Improve Promise v3 support and use template types.
(#41 and #42 by @clue)

* Feature: Improve PHP 8.2+ support by refactoring queuing logic.
(#43 by @clue)

* Improve test suite, ensure 100% code coverage and report failed assertions.
(#37 and #39 by @clue)

## 1.5.0 (2022-09-30)

* Feature: Forward compatibility with upcoming Promise v3.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/mq-react:^1.5
composer require clue/mq-react:^1.6
```

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

0 comments on commit cab0147

Please sign in to comment.