bump tag to v2.0.1

This commit is contained in:
Till Krüss
2022-09-04 14:57:36 -07:00
parent dd4ddf6504
commit 7683215023
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Changelog
## Unreleased
## v2.0.1 (2022-09-04)
- Added retry interval to `RedisCluster` with a default of `10ms`
- Avoid PHP 8.2 warning in `Connection\Parameters`
+1 -1
View File
@@ -1 +1 @@
2.0.0
2.0.1
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '2.0.0';
const VERSION = '2.0.1';
/** @var OptionsInterface */
private $options;