bump version to 2.0.2

This commit is contained in:
Till Krüss
2022-09-06 07:32:44 -07:00
parent 85dc1752b7
commit 076a62e3d3
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
## Changelog
## v2.0.2 (2022-09-06)
- Fixed deprecation notice: Use of "static" in callables
## v2.0.1 (2022-09-04)
- Added retry interval to `RedisCluster` with a default of `10ms`
+1 -1
View File
@@ -1 +1 @@
2.0.1
2.0.2
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '2.0.1';
const VERSION = '2.0.2';
/** @var OptionsInterface */
private $options;