tag v2.2.2

This commit is contained in:
Till Krüss
2023-09-13 09:42:03 -07:00
committed by GitHub
parent cbf394b882
commit b1d3255ed9
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
## Changelog
## v2.2.2 (2023-09-13)
### Added
- Added `client_info` client parameter
- Added support for `CLUSTER` container command
### Fixed
- Fixed `EXPIRETIME` not using `prefix`
- Disabled `CLIENT SETINFO` calls by default
## v2.2.1 (2023-08-15)
### Added
+1 -1
View File
@@ -1 +1 @@
2.2.2-dev
2.2.2
+1 -1
View File
@@ -53,7 +53,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.2-dev';
public const VERSION = '2.2.2';
/** @var OptionsInterface */
private $options;