Bump VERSION and update CHANGELOG.

This commit is contained in:
Daniele Alessandri
2013-02-03 13:59:55 +01:00
parent 3e125c964c
commit c8ed694e08
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
v0.8.2 (2013-xx-xx)
v0.8.2 (2013-02-03)
===============================================================================
- Added `Predis\Session\SessionHandler` to make it easy to store PHP sessions
+1 -1
View File
@@ -1 +1 @@
0.8.2-dev
0.8.2
+1 -1
View File
@@ -33,7 +33,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client implements ClientInterface
{
const VERSION = '0.8.2-dev';
const VERSION = '0.8.2';
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.2"
stability = "devel"
stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"