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 de3dc62 commit 55e29d6Copy full SHA for 55e29d6
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
-## 0.4.0 (2013-XX-XX)
+## 0.4.0 (2013-05-24)
8
9
* BC break: Update react to current v0.3 and thus also replace `ConnectionManager` with `Connector`
10
* BC break: New `Client::createConnector()` replaces inheriting `ConnectionManagerInterface`
README.md
@@ -253,7 +253,7 @@ The recommended way to install this library is [through composer](http://getcomp
253
```JSON
254
{
255
"require": {
256
- "clue/Socks": "0.3.*"
+ "clue/Socks": "0.4.*"
257
}
258
259
```
0 commit comments