From 753e02dfff3c7950344021e10087d1e6698fee65 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Wed, 12 Apr 2023 09:21:22 +0200 Subject: [PATCH] Prepare for 1.8.2 release (#915) * Prepare for 1.8.2 release --- CHANGELOG.asciidoc | 6 ++++++ docs/release-notes.asciidoc | 1 + src/ElasticApm/ElasticApm.php | 2 +- src/ext/elastic_apm_version.h | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fc6d2382f..4224ca0d4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,6 +21,12 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[release-notes-v1.8.2]] +=== v1.8.2 - 2023/04/12 +[float] +==== Bug fixes +* Fixed agent issue causing PHP to crash when opcache preload feature was enabled {pull}913[#913] + [[release-notes-v1.8.1]] === v1.8.1 - 2023/03/09 [float] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 49fc1b300..484494789 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <> diff --git a/src/ElasticApm/ElasticApm.php b/src/ElasticApm/ElasticApm.php index 27e5c6df8..99de58ceb 100644 --- a/src/ElasticApm/ElasticApm.php +++ b/src/ElasticApm/ElasticApm.php @@ -35,7 +35,7 @@ final class ElasticApm { use StaticClassTrait; - public const VERSION = '1.8.1'; + public const VERSION = '1.8.2'; /** * Begins a new transaction and sets it as the current transaction. diff --git a/src/ext/elastic_apm_version.h b/src/ext/elastic_apm_version.h index 0552c77f8..659aed16c 100644 --- a/src/ext/elastic_apm_version.h +++ b/src/ext/elastic_apm_version.h @@ -18,4 +18,4 @@ */ #pragma once -#define PHP_ELASTIC_APM_VERSION "1.8.1" +#define PHP_ELASTIC_APM_VERSION "1.8.2"