Jelajahi Sumber

Update CHANGELOG and bump VERSION.

Daniele Alessandri 8 tahun lalu
induk
melakukan
f0210e3888
4 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 1 1
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.ini
  4. 1 1
      src/Client.php

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v1.1.1 (2016-xx-xx)
+v1.1.1 (2016-06-16)
 ================================================================================
 
 - __FIX__: `password` and `database` from the global `parameters` client option

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.1.1-dev
+1.1.1

+ 1 - 1
package.ini

@@ -11,7 +11,7 @@ desc        = "Flexible and feature-complete Redis client for PHP and HHVM"
 homepage    = "http://github.com/nrk/predis"
 license     = "MIT"
 version     = "1.1.1"
-stability   = "devel"
+stability   = "stable"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"

+ 1 - 1
src/Client.php

@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
  */
 class Client implements ClientInterface, \IteratorAggregate
 {
-    const VERSION = '1.1.1-dev';
+    const VERSION = '1.1.1';
 
     protected $connection;
     protected $options;