Skip to content

Commit

Permalink
Update CHANGELOG and bump VERSION (v1.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Sep 10, 2020
1 parent c778843 commit 8ca99f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.1.5 (2020-09-xx)
v1.1.5 (2020-09-10)
================================================================================

- __FIX__: authentication for sentinels is now supported, previously it was not
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5-dev
1.1.5
2 changes: 1 addition & 1 deletion package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
stability = "devel"
stability = "stable"
channel = "pear.nrk.io"

author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.5-dev';
const VERSION = '1.1.5';

protected $connection;
protected $options;
Expand Down

0 comments on commit 8ca99f9

Please sign in to comment.