Skip to content

Commit 95c23fb

Browse files
committed
tag 2.2.0-RC1
1 parent 946c4b7 commit 95c23fb

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
## Changelog
22

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

55
### Added
66
- Added support for [Relay](https://github.com/predis/predis/wiki/Using-Relay) (#1263)
7-
- Added support for `FCALL_RO` command
8-
- Added support for `Redis JSON` module
9-
- Added support for `Redis Bloom` module
10-
- Added support for `Redis Search` module
11-
- Added support for `Redis TimeSeries` module
12-
- Added support for `ACL SETUSER, GETUSER, DRYRUN` commands
7+
- Added support for `FCALL_RO` command (#1191)
8+
- Added support for Redis `JSON`, `Bloom`, `Search` and `TimeSeries` module (#1253)
9+
- Added support for `ACL SETUSER, GETUSER, DRYRUN` commands (#1193)
1310

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

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.2.0-RC1

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*/
5454
class Client implements ClientInterface, IteratorAggregate
5555
{
56-
public const VERSION = '2.1.2';
56+
public const VERSION = '2.2.0-RC1';
5757

5858
/** @var OptionsInterface */
5959
private $options;

0 commit comments

Comments
 (0)