From bafdc278c3204fb8bcf262ef1b2ccb45c648c256 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Thu, 6 Jul 2023 12:36:16 +0200 Subject: [PATCH] Preparation for 1.9.1 release (#1016) --- CHANGELOG.asciidoc | 10 ++++++++++ agent/native/ext/elastic_apm_version.h | 2 +- agent/php/ElasticApm/ElasticApm.php | 2 +- docs/release-notes.asciidoc | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index af0f3fb1f..ce44f2f49 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,6 +20,16 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[release-notes-v1.9.1]] +=== v1.9.1 - 2023/07/06 +[float] +==== Features +* Added configuration option: GLOBAL_LABELS {pull}1007[#1007] +* Introduced new C++ build environment {pull}985[985] + +==== Bug fixes +* Suppress errors and warnings when internally calling opcache_get_status {pull}1013[#1013] + [[release-notes-v1.9.0]] === v1.9.0 - 2023/06/22 [float] diff --git a/agent/native/ext/elastic_apm_version.h b/agent/native/ext/elastic_apm_version.h index 8c75b04be..4ae130e36 100644 --- a/agent/native/ext/elastic_apm_version.h +++ b/agent/native/ext/elastic_apm_version.h @@ -18,4 +18,4 @@ */ #pragma once -#define PHP_ELASTIC_APM_VERSION "1.9.0" +#define PHP_ELASTIC_APM_VERSION "1.9.1" diff --git a/agent/php/ElasticApm/ElasticApm.php b/agent/php/ElasticApm/ElasticApm.php index 19b3a1bfd..b81c29692 100644 --- a/agent/php/ElasticApm/ElasticApm.php +++ b/agent/php/ElasticApm/ElasticApm.php @@ -35,7 +35,7 @@ final class ElasticApm { use StaticClassTrait; - public const VERSION = '1.9.0'; + public const VERSION = '1.9.1'; /** * Begins a new transaction and sets it as the current transaction. diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index f67e7b9ba..4337adcb9 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <>