From bfa68ed0b8d30f4767b7e2d8b3227ba0965373ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 20 May 2016 18:18:42 +0200 Subject: [PATCH] Prepare v0.5.2 release --- CHANGELOG.md | 11 +++++++---- README.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d15aaf4..8137dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# CHANGELOG +# Changelog -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.5.2 (2016-05-20) + +* Fix: Do not send empty SELECT statement when no database has been given + (#35, #36 by @clue) + +* Improve documentation, update dependencies and add first class support for PHP 7 ## 0.5.1 (2015-01-12) diff --git a/README.md b/README.md index 78de06a..86902fe 100644 --- a/README.md +++ b/README.md @@ -231,17 +231,17 @@ The `end()` method can be used to soft-close the Redis connection once all pendi ## Install -The recommended way to install this library is [through composer](http://getcomposer.org). -[New to composer?](http://getcomposer.org/doc/00-intro.md) +The recommended way to install this library is [through Composer](http://getcomposer.org). +[New to Composer?](http://getcomposer.org/doc/00-intro.md) -```JSON -{ - "require": { - "clue/redis-react": "~0.5.0" - } -} +This will install the latest supported version: + +```bash +$ composer require clue/redis-react:^0.5 ``` +See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. + ## License MIT