Skip to content

Commit

Permalink
tag 2.2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed May 9, 2023
1 parent 946c4b7 commit 95c23fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
## Changelog

## Unreleased
## v2.2.0-RC1 (2023-05-09)

### Added
- Added support for [Relay](https://github.com/predis/predis/wiki/Using-Relay) (#1263)
- Added support for `FCALL_RO` command
- Added support for `Redis JSON` module
- Added support for `Redis Bloom` module
- Added support for `Redis Search` module
- Added support for `Redis TimeSeries` module
- Added support for `ACL SETUSER, GETUSER, DRYRUN` commands
- Added support for `FCALL_RO` command (#1191)
- Added support for Redis `JSON`, `Bloom`, `Search` and `TimeSeries` module (#1253)
- Added support for `ACL SETUSER, GETUSER, DRYRUN` commands (#1193)

### Fixed
- Fixed prefixes for `XTRIM` and `XREVRANGE` commands
- Fixed prefixes for `XTRIM` and `XREVRANGE` commands (#1230)
- Fix `fclose()` being called on invalid stream resource (#1199)
- Fix `BitByte` and `ExpireOptions` traits skip processing on null values (#1169)
- Fix missing `@return` annotations (#1265)

## v2.1.2 (2023-03-02)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.2.0-RC1
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.1.2';
public const VERSION = '2.2.0-RC1';

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

0 comments on commit 95c23fb

Please sign in to comment.