We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a60982 commit 4ebbec5Copy full SHA for 4ebbec5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.8.6 (2017-09-17)
4
+
5
+* Feature: Forward compatibility with Evenement v3.0
6
+ (#67 by @WyriHaximus)
7
8
## 0.8.5 (2017-09-01)
9
10
* Feature: Use socket error codes for connection rejections
README.md
@@ -777,7 +777,7 @@ The recommended way to install this library is [through Composer](https://getcom
777
This will install the latest supported version:
778
779
```bash
780
-$ composer require clue/socks-react:^0.8.5
+$ composer require clue/socks-react:^0.8.6
781
```
782
783
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments