Update CHANGELOG and bump VERSION.

This commit is contained in:
Daniele Alessandri
2014-07-15 11:54:33 +02:00
parent b006d2306c
commit 4f605dce25
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
v0.8.6 (2014-xx-xx)
v0.8.6 (2014-07-15)
================================================================================
- Redis 2.8 is not the default server profile as there are no changes that would
+1 -1
View File
@@ -1 +1 @@
0.8.6-dev
0.8.6
+1 -1
View File
@@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client implements ClientInterface
{
const VERSION = '0.8.6-dev';
const VERSION = '0.8.6';
private $options;
private $profile;
+1 -1
View File
@@ -11,7 +11,7 @@ desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "0.8.6"
stability = "devel"
stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"