diff --git a/package.xml b/package.xml
index b97d2f3..a3e9bfa 100644
--- a/package.xml
+++ b/package.xml
@@ -22,9 +22,9 @@
flo@dotbox.org
yes
- 2024-11-04
+ 2025-01-29
- 1.2.5
+ 1.2.6
1.2.0
@@ -33,9 +33,10 @@
PHP License
-- fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
-- fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
-- fix double runs in CI
+- fix/update Windows CI #330
+- upgrade docker images and add PHP 8.4 containers #331
+- support in-tree build #334
+- support building via pie #335, #336
@@ -281,6 +282,23 @@
PHP License
+- fix memleaks and crashes with PHP 8.2, 8.3 and 8.4 (still crashes in 8.1) - thanks Arnaud Le Blanc
+- fix refcounts to make `develop` branch stable again - thanks to Arnaud Le Blanc
+- fix double runs in CI
+
+
+
+ 2024-08-23
+
+ 1.2.4
+ 1.2.0
+
+
+ stable
+ stable
+
+ PHP License
+
- Namespace PHP_METHODs to avoid collisions with ext-event #321
diff --git a/php_parallel.h b/php_parallel.h
index 5233cb7..f044f4a 100644
--- a/php_parallel.h
+++ b/php_parallel.h
@@ -22,7 +22,7 @@
extern zend_module_entry parallel_module_entry;
# define phpext_parallel_ptr ¶llel_module_entry
-# define PHP_PARALLEL_VERSION "1.3.0-dev"
+# define PHP_PARALLEL_VERSION "1.2.6"
# if !defined(ZTS)
# error Only ZTS build are supported