From eff088be0ee96f877866f975bcf3356ae6f03625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 21 Jan 2014 22:28:04 +0100 Subject: [PATCH] Prepare v0.2.0 release --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.*" } } ```