diff --git a/ext/package.xml b/ext/package.xml
index 9a27fb4..6432b0a 100644
--- a/ext/package.xml
+++ b/ext/package.xml
@@ -16,10 +16,10 @@
pdelewski@example.com
yes
- 2024-01-24
-
+ 2024-01-27
+
- 1.0.1beta1
+ 1.0.0beta2
1.0
@@ -27,20 +27,10 @@
stable
Apache 2.0
- opentelemetry 1.0.1beta1
- * Fix modifying extra parameters, limit parameter expansion (#120)
- * Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122)
- * Support modifying named params (#121)
- * adding test for post hook type error (#119)
- * Isolate exception state for hooks (#118)
- * Update README.md to point issues to the main repository (#117)
- * Include PHP 8.3 in build matrix (#112)
- * Build images whenever the actions definition changes (#115)
- * adding php 8.3 dev image (#113)
- * document SourceGuardian incompatibility (#111)
- * create draft release on tag, publish windows and pecl builds (#109)
- * adding test for post hooks after die/exit (#110)
- * add pear to build (#108)
+ opentelemetry 1.0.0beta2
+ * Fix exception raised by `php_error_docref` that hangs the process in hook (#127)
+ * clang format (#126)
+ * Fix build warnings (#125)
@@ -310,5 +300,33 @@
opentelemetry 1.0.0
+
+ 2024-01-24
+
+
+ 1.0.1beta1
+ 1.0
+
+
+ beta
+ stable
+
+ Apache 2.0
+ opentelemetry 1.0.1beta1
+ * Fix modifying extra parameters, limit parameter expansion (#120)
+ * Fix crash by unregistering INI in MSHUTDOWN instead of RSHUTDOWN (#122)
+ * Support modifying named params (#121)
+ * adding test for post hook type error (#119)
+ * Isolate exception state for hooks (#118)
+ * Update README.md to point issues to the main repository (#117)
+ * Include PHP 8.3 in build matrix (#112)
+ * Build images whenever the actions definition changes (#115)
+ * adding php 8.3 dev image (#113)
+ * document SourceGuardian incompatibility (#111)
+ * create draft release on tag, publish windows and pecl builds (#109)
+ * adding test for post hooks after die/exit (#110)
+ * add pear to build (#108)
+
+
\ No newline at end of file
diff --git a/ext/php_opentelemetry.h b/ext/php_opentelemetry.h
index d6cf1b3..f364a5e 100644
--- a/ext/php_opentelemetry.h
+++ b/ext/php_opentelemetry.h
@@ -18,7 +18,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)
#define OTEL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(opentelemetry, v)
-#define PHP_OPENTELEMETRY_VERSION "1.0.1beta1"
+#define PHP_OPENTELEMETRY_VERSION "1.0.1beta2"
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
ZEND_TSRMLS_CACHE_EXTERN()