diff --git a/ext/package.xml b/ext/package.xml
index 9549f05..01dd743 100644
--- a/ext/package.xml
+++ b/ext/package.xml
@@ -16,22 +16,18 @@
pdelewski@example.com
yes
- 2024-01-27
-
+ 2024-02-04
+
- 1.0.1beta2
+ 1.0.1
1.0
- beta
+ stable
stable
Apache 2.0
- opentelemetry 1.0.1beta2
- * Fix exception raised by `php_error_docref` that hangs the process in hook (#127)
- * clang format (#126)
- * Fix build warnings (#125)
-
+ See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.0.1
@@ -328,5 +324,23 @@
* add pear to build (#108)
+
+ 2024-01-27
+
+
+ 1.0.1beta2
+ 1.0
+
+
+ beta
+ stable
+
+ Apache 2.0
+ opentelemetry 1.0.1beta2
+ * Fix exception raised by `php_error_docref` that hangs the process in hook (#127)
+ * clang format (#126)
+ * Fix build warnings (#125)
+
+
\ No newline at end of file
diff --git a/ext/php_opentelemetry.h b/ext/php_opentelemetry.h
index f364a5e..41a0f9a 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.1beta2"
+#define PHP_OPENTELEMETRY_VERSION "1.0.1"
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
ZEND_TSRMLS_CACHE_EXTERN()