Skip to content

Commit 5f13146

Browse files
committed
Prepare v0.5.0 release
1 parent fb95e31 commit 5f13146

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.5.0 (2014-11-12)
8+
9+
* Feature: Support PubSub commands (P)(UN)SUBSCRIBE and watching for "message",
10+
"subscribe" and "unsubscribe" events
11+
(#24)
12+
13+
* Feature: Support MONITOR command and watching for "monitor" events
14+
(#23)
15+
16+
* Improve documentation, update locked dependencies and add first class support for HHVM
17+
(#25, #26 and others)
18+
719
## 0.4.0 (2014-08-25)
820

921
* BC break: The `Client` class has been renamed to `StreamingClient`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The recommended way to install this library is [through composer](http://getcomp
174174
```JSON
175175
{
176176
"require": {
177-
"clue/redis-react": "~0.4.0"
177+
"clue/redis-react": "~0.5.0"
178178
}
179179
}
180180
```

0 commit comments

Comments
 (0)