Skip to content

Commit

Permalink
Prepare v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 3, 2019
1 parent ba5fb5c commit 4d49bd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.1 (2019-06-03)

* Avoid uneeded fragmented TLS work around for PHP 7.3.3+ and
work around failing test case detecting EOF on TLS 1.3 socket streams.
(#201 and #202 by @clue)

* Improve TLS certificate/passphrase example.
(#190 by @jsor)

## 1.2.0 (2019-01-07)

* Feature / Fix: Improve TLS 1.3 support.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/socket:^1.2
$ composer require react/socket:^1.2.1
```

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

0 comments on commit 4d49bd3

Please sign in to comment.