diff --git a/CHANGES-PHP.md b/CHANGES-PHP.md
index 354d17c8..21984851 100644
--- a/CHANGES-PHP.md
+++ b/CHANGES-PHP.md
@@ -1,3 +1,5 @@
+> end of maintain: use `https://pecl.php.net/package-changelog.php?package=pinpoint_php`
+
## 0.5.3 2024-07-31
- build on win32
- build on macos
diff --git a/package.xml b/package.xml
index 3057ca94..2a5afb2b 100644
--- a/package.xml
+++ b/package.xml
@@ -22,15 +22,13 @@
0.5.3
- alpha
- alpha
+ stable
+ stable
Apache License 2.0
- ## 0.5.3 2024-07-31
- - build on win32
- - build on macos
- - support SendSpanTimeOutMs=-1
+ ## 0.5.4 2024-08-07
+ - release stable version
@@ -112,6 +110,23 @@
+
+
+ stable
+ stable
+
+
+ 0.5.4
+ 0.5.4
+
+ 2024-08-07
+
+ ## What's Changed
+ ## 0.5.4 2024-08-07
+ - release stable
+
+
+
alpha
diff --git a/php_pinpoint_php.h b/php_pinpoint_php.h
index a9371998..6a5b6694 100644
--- a/php_pinpoint_php.h
+++ b/php_pinpoint_php.h
@@ -25,7 +25,7 @@ extern "C" {
extern zend_module_entry pinpoint_php_module_entry;
#define phpext_pinpoint_php_ptr &pinpoint_php_module_entry
-#define PHP_PINPOINT_PHP_VERSION "0.5.3"
+#define PHP_PINPOINT_PHP_VERSION "0.5.4"
#ifdef PHP_WIN32
#define PHP_PINPOINT_PHP_API __declspec(dllexport)