Update CHANGELOG and bump VERSION (v1.1.5)

This commit is contained in:
Daniele Alessandri
2020-09-10 15:35:23 +02:00
parent c778843b0d
commit 8ca99f91e4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.5-dev';
const VERSION = '1.1.5';
protected $connection;
protected $options;