diff --git a/CHANGELOG.md b/CHANGELOG.md index b331fd0..671a9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests. Also send corrections if you spot any mistakes. -## 0.2.0 (2014-xx-xx) +## 0.2.0 (2014-01-21) * Re-organize the whole API into dedicated * `Parser` (protocol reader) and diff --git a/README.md b/README.md index 749459a..df579fb 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ your composer.json: ```JSON { "require": { - "clue/redis-protocol": "0.1.*" + "clue/redis-protocol": "0.2.*" } } ```