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 f425767 commit 7a6eea8Copy full SHA for 7a6eea8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.8.4 (2017-07-27)
4
+
5
+* Feature: Server now passes client source address to Connector
6
+ (#60 by @clue)
7
8
## 0.8.3 (2017-07-18)
9
10
* Feature: Pass full remote URI as parameter to authentication callback
README.md
@@ -771,7 +771,7 @@ The recommended way to install this library is [through Composer](http://getcomp
771
This will install the latest supported version:
772
773
```bash
774
-$ composer require clue/socks-react:^0.8.3
+$ composer require clue/socks-react:^0.8.4
775
```
776
777
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments