Skip to content

Commit 2a5e1b6

Browse files
Prepare for 5.2.2
1 parent 3fd39f2 commit 2a5e1b6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All changes to phpredis will be documented in this file.
55
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.2.2RC1] - 2020-05-05 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.2RC1), [PECL](https://pecl.php.net/package/redis/5.2.2RC1))
8+
## [5.2.2] - 2020-05-05 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.2), [PECL](https://pecl.php.net/package/redis/5.2.2))
99

1010
### Sponsors :sparkling_heart:
1111

@@ -15,11 +15,11 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1515
### Added
1616

1717
- An inexpensive zero second timeout liveness check that can detect dropped connections quickly.
18-
[56898f81](https://github.com/phpredis/phpredis/commit/80f2529b)
18+
[56898f81](https://github.com/phpredis/phpredis/commit/56898f81)
1919
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
2020

2121
- An option to make our `ECHO` challenge/response optional for persistent connections.
22-
[56898f81](https://github.com/phpredis/phpredis/commit/80f2529b)
22+
[56898f81](https://github.com/phpredis/phpredis/commit/56898f81)
2323
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
2424

2525

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929
</lead>
3030
<date>2020-05-05</date>
3131
<version>
32-
<release>5.2.2RC1</release>
33-
<api>5.2.2RC1</api>
32+
<release>5.2.2</release>
33+
<api>5.2.2</api>
3434
</version>
3535
<stability>
36-
<release>alpha</release>
37-
<api>alpha</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 5.2.2RC1
41+
phpredis 5.2.2
4242

4343
This is a bugfix release that contains a fix for authentication
4444
when using persistent connections, and an option to make the

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_REDIS_H
2424

2525
/* phpredis version */
26-
#define PHP_REDIS_VERSION "5.2.2RC1"
26+
#define PHP_REDIS_VERSION "5.2.2"
2727

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)