Skip to content

Commit e2f13d6

Browse files
committed
Prepare v0.3.0 release
1 parent 6212b09 commit e2f13d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3.0 (2014-10-25)
8+
9+
* BC break: Replace clue/datagram with react/datagram
10+
([#16](https://github.com/clue/php-socket-react/pull/16))
11+
712
## 0.2.2 (2014-05-10)
813

914
* Support [clue/socket-raw](https://github.com/clue/socket-raw) stable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The recommended way to install this library is [through composer](http://getcomp
3232
```JSON
3333
{
3434
"require": {
35-
"clue/socket-react": "0.2.*"
35+
"clue/socket-react": "~0.3.0"
3636
}
3737
}
3838
```

0 commit comments

Comments
 (0)