diff --git a/CHANGELOG.md b/CHANGELOG.md
index afa4239a2c..3601ef083c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,23 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
+## [6.0.0] - 2023-09-09 ([GitHub](https://github.com/phpredis/phpredis/releases/6.0.0), [PECL](https://pecl.php.net/package/redis/6.0.0))
+
+### Sponsors :sparkling_heart:
+
+- [Audiomack](https://audiomack.com)
+- [Open LMS](https://openlms.net/)
+- [BlueHost](https://bluehost.com)
+- [Object Cache Pro for WordPress](https://objectcache.pro/)
+- [Avtandil Kikabidze](https://github.com/akalongman)
+- [Zaher Ghaibeh](https://github.com/zaherg)
+- [BatchLabs](https://batch.com)
+- [Stackhero](https://github.com/stackhero-io)
+- [Florian Levis](https://github.com/Gounlaf)
+- [Luis Zárate](https://github.com/jlzaratec)
+
+*There were no changes between 6.0.0 and 6.0.0RC2*
+
## [6.0.0RC2] - 2023-08-20 ([GitHub](https://github.com/phpredis/phpredis/releases/6.0.0RC2), [PECL](https://pecl.php.net/package/redis/6.0.0RC2))
### Sponsors :sparkling_heart:
diff --git a/package.xml b/package.xml
index 1b3c90fd28..bb0f7ac2fd 100644
--- a/package.xml
+++ b/package.xml
@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
n.favrefelix@gmail.com
no
- 2023-08-20
+ 2023-09-09
- 6.0.0RC2
+ 6.0.0
6.0.0
- beta
- beta
+ stable
+ stable
PHP
@@ -49,6 +49,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
BatchLabs - https://batch.com
Luis Zarate - https://github.com/jlzaratec
+ phpredis 6.0.0
+
+ - There were no changes between 6.0.0 and 6.0.0RC2.
+
+ ---
+
phpredis 6.0.0RC2
* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
@@ -281,9 +287,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
- betabeta
- 6.0.0RC26.0.0
- 2023-08-20
+ stablestable
+ 6.0.06.0.0
+ 2023-09-09
--- Sponsors ---
@@ -296,6 +302,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
BatchLabs - https://batch.com
Luis Zarate - https://github.com/jlzaratec
+ phpredis 6.0.0
+
+ - There were no changes between 6.0.0 and 6.0.0RC2.
+
+ ---
+
phpredis 6.0.0RC2
* Fix arginfo for arguments that default to null [8d99b7d1] (Nicolas Grekas)
diff --git a/php_redis.h b/php_redis.h
index 8f3efdacf4..ce4d2f30aa 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "6.0.0RC2"
+#define PHP_REDIS_VERSION "6.0.0"
/* For convenience we store the salt as a printable hex string which requires 2
* characters per byte + 1 for the NULL terminator */