Skip to content

Commit 9f14e39

Browse files
authored
1.1.0 release prep (#155)
1 parent c61acc7 commit 9f14e39

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

Diff for: ext/package.xml

+19-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2024-09-09</date>
20-
<time>12:14:40</time>
19+
<date>2024-10-02</date>
20+
<time>12:51:08</time>
2121
<version>
22-
<release>1.1.0beta3</release>
22+
<release>1.1.0</release>
2323
<api>1.0</api>
2424
</version>
2525
<stability>
26-
<release>beta</release>
26+
<release>stable</release>
2727
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/license/apache-2-0/" filesource="LICENSE">Apache 2.0</license>
30-
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta3</notes>
30+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0</notes>
3131
<contents>
3232
<dir baseinstalldir="/" name="/">
3333
<file baseinstalldir="/" name=".clang-format" role="src"/>
@@ -428,5 +428,19 @@
428428
<license>Apache 2.0</license>
429429
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta2</notes>
430430
</release>
431+
<release>
432+
<date>2024-09-09</date>
433+
<time>12:14:40</time>
434+
<version>
435+
<release>1.1.0beta3</release>
436+
<api>1.0</api>
437+
</version>
438+
<stability>
439+
<release>beta</release>
440+
<api>stable</api>
441+
</stability>
442+
<license>Apache 2.0</license>
443+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0beta3</notes>
444+
</release>
431445
</changelog>
432446
</package>

Diff for: ext/php_opentelemetry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)
2222

2323
#define OTEL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(opentelemetry, v)
2424

25-
#define PHP_OPENTELEMETRY_VERSION "1.1.0beta3"
25+
#define PHP_OPENTELEMETRY_VERSION "1.1.0"
2626

2727
#if defined(ZTS) && defined(COMPILE_DL_OPENTELEMETRY)
2828
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)