Skip to content

Commit 14a98b6

Browse files
committed
Prepare v0.2.0 release
1 parent 4543d89 commit 14a98b6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## 0.2.0 (2014-09-xx)
7+
## 0.2.0 (2014-09-27)
88

99
* BC break: Simplify constructors my making parameters optional.
1010
([#10](https://github.com/clue/php-socks-react/pull/10))

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ Also, Tor provides hidden services through an `.onion` pseudo top-level domain
269269
which have to be resolved by Tor.
270270

271271
```PHP
272-
273272
$client = new Client($loop, '127.0.0.1', 9050);
274273
$client->setResolveLocal(false);
275274
```
@@ -281,7 +280,7 @@ The recommended way to install this library is [through composer](http://getcomp
281280
```JSON
282281
{
283282
"require": {
284-
"clue/socks-react": "0.1.*"
283+
"clue/socks-react": "~0.2.0"
285284
}
286285
}
287286
```

0 commit comments

Comments
 (0)