Skip to content

Commit 5e172ea

Browse files
authored
1.1.2 release prep (#162)
1 parent 2dcaf36 commit 5e172ea

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

ext/package.xml

Lines changed: 18 additions & 4 deletions
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>2025-01-20</date>
20-
<time>05:27:20</time>
19+
<date>2025-01-22</date>
20+
<time>23:23:13</time>
2121
<version>
22-
<release>1.1.1</release>
22+
<release>1.1.2</release>
2323
<api>1.0</api>
2424
</version>
2525
<stability>
2626
<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.1</notes>
30+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.2</notes>
3131
<contents>
3232
<dir baseinstalldir="/" name="/">
3333
<file baseinstalldir="/" name=".clang-format" role="src"/>
@@ -456,5 +456,19 @@
456456
<license>Apache 2.0</license>
457457
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.0</notes>
458458
</release>
459+
<release>
460+
<date>2025-01-20</date>
461+
<time>05:27:20</time>
462+
<version>
463+
<release>1.1.1</release>
464+
<api>1.0</api>
465+
</version>
466+
<stability>
467+
<release>stable</release>
468+
<api>stable</api>
469+
</stability>
470+
<license>Apache 2.0</license>
471+
<notes>See https://github.com/open-telemetry/opentelemetry-php-instrumentation/releases/tag/1.1.1</notes>
472+
</release>
459473
</changelog>
460474
</package>

ext/php_opentelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ZEND_EXTERN_MODULE_GLOBALS(opentelemetry)
2323

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

26-
#define PHP_OPENTELEMETRY_VERSION "1.1.1"
26+
#define PHP_OPENTELEMETRY_VERSION "1.1.2"
2727

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

0 commit comments

Comments
 (0)