Skip to content

Commit

Permalink
tag v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Sep 13, 2023
1 parent cbf394b commit b1d3255
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2-dev
2.2.2
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.2-dev';
public const VERSION = '2.2.2';

/** @var OptionsInterface */
private $options;
Expand Down

0 comments on commit b1d3255

Please sign in to comment.