Skip to content

Commit b76b0ae

Browse files
committed
Prepare v1.2.0 release
1 parent 8bffe62 commit b76b0ae

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.2.0 (2023-08-04)
4+
5+
* Feature: Improve error reporting when custom error handler is used.
6+
(#35 by @SimonFrings)
7+
8+
* Improve documentation and simplify examples by updating to new default loop.
9+
(#34 by @clue, #37 by @SimonFrings and #33 by @PaulRotmann)
10+
11+
* Improve test suite, test against PHP 8.2 and update test environment.
12+
(#36 and #38 by @SimonFrings)
13+
314
## 1.1.0 (2020-12-21)
415

516
* Feature: Add PHP 8 support and improve test suite.

README.md

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

181181
```bash
182-
composer require clue/zlib-react:^1.1
182+
composer require clue/zlib-react:^1.2
183183
```
184184

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

0 commit comments

Comments
 (0)