diff --git a/ext/package.xml b/ext/package.xml
index 8df2cf4..cbf7f6e 100644
--- a/ext/package.xml
+++ b/ext/package.xml
@@ -16,10 +16,10 @@
pdelewski@example.com
yes
- 2023-10-17
-
+ 2023-10-19
+
- 1.0.0RC2
+ 1.0.0RC3
1.0
@@ -27,13 +27,10 @@
stable
Apache 2.0
- opentelemetry 1.0.0RC2
- * documentation updates (#100)
- * Change segfault method! (#97)
- * adding windows build action (#93)
- * adding test and doc for hooking static method (#94)
- * Update opentelemetry.stub.php (#92)
- * For WINDOWS build! (#88)
+ opentelemetry 1.0.0RC3
+ * re-enable blackfire (#103)
+ * Check observer_class_lookup for NULL in observer callback (#102)
+ * gitsplit extension dir (#98)
@@ -239,5 +236,26 @@
opentelemetry 1.0.0RC1
+
+ 2023-10-17
+
+
+ 1.0.0RC2
+ 1.0
+
+
+ beta
+ stable
+
+ Apache 2.0
+ opentelemetry 1.0.0RC2
+ * documentation updates (#100)
+ * Change segfault method! (#97)
+ * adding windows build action (#93)
+ * adding test and doc for hooking static method (#94)
+ * Update opentelemetry.stub.php (#92)
+ * For WINDOWS build! (#88)
+
+
\ No newline at end of file
diff --git a/ext/php_opentelemetry.h b/ext/php_opentelemetry.h
index 6cfb226..cb602e4 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.0RC2"
+#define PHP_OPENTELEMETRY_VERSION "1.0.0RC3"
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
ZEND_TSRMLS_CACHE_EXTERN()