Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Aug 4, 2023
1 parent 8bffe62 commit b76b0ae
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.2.0 (2023-08-04)

* Feature: Improve error reporting when custom error handler is used.
(#35 by @SimonFrings)

* Improve documentation and simplify examples by updating to new default loop.
(#34 by @clue, #37 by @SimonFrings and #33 by @PaulRotmann)

* Improve test suite, test against PHP 8.2 and update test environment.
(#36 and #38 by @SimonFrings)

## 1.1.0 (2020-12-21)

* Feature: Add PHP 8 support and improve test suite.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/zlib-react:^1.1
composer require clue/zlib-react:^1.2
```

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

0 comments on commit b76b0ae

Please sign in to comment.