diff --git a/package.xml b/package.xml
index 6a14b96c..bee0600e 100644
--- a/package.xml
+++ b/package.xml
@@ -33,19 +33,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
remi@php.net
yes
- 2022-03-24
+ 2024-09-26
- 3.2.1dev
- 3.2.0
+ 3.3.0RC1
+ 3.3.0
- stable
+ beta
stable
PHP
-- mark password as a sensitive param for PHP 8.2
-- Fix #523 Incorrect PHP reflection type for Memcached::cas $cas_token
+- Add #515 option to locally enforce payload size limit
+- Add #539 zstd support
+- Add #540 compression_level option
+- Mark password as a sensitive param for PHP 8.2
+- Fix Windows PHP 8 compatibility
+- Fix #518 Windows msgpack support
+- Fix #522 signed integer overflow
+- Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
+- Fix #546 don't check key automatically, unless client-side verify_key is enabled
+- Fix #555 incompatible pointer types (32-bit)
diff --git a/php_memcached.h b/php_memcached.h
index e966d19d..56664235 100644
--- a/php_memcached.h
+++ b/php_memcached.h
@@ -30,7 +30,7 @@
# include "config.h"
#endif
-#define PHP_MEMCACHED_VERSION "3.2.1-dev"
+#define PHP_MEMCACHED_VERSION "3.3.0RC1"
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
#define PHP_MEMCACHED_API __declspec(dllexport)