From 88fba4dcd767759d4d233589d33d128e0cdabea5 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Fri, 21 Apr 2023 11:07:01 +0200 Subject: [PATCH] Prepare for 1.8.3 release (#922) --- CHANGELOG.asciidoc | 5 +++++ docs/release-notes.asciidoc | 1 + src/ElasticApm/ElasticApm.php | 2 +- src/ext/elastic_apm_version.h | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 4224ca0d4..af653b4cb 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,6 +20,11 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[release-notes-v1.8.3]] +=== v1.8.3 - 2023/04/21 +[float] +==== Bug fixes +* Fixed issue with missing transaction details on some setups {pull}916[#916] [[release-notes-v1.8.2]] === v1.8.2 - 2023/04/12 diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 484494789..64350c311 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 99de58ceb..40c17b507 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.2'; + public const VERSION = '1.8.3'; /** * 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 659aed16c..49905fa25 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.2" +#define PHP_ELASTIC_APM_VERSION "1.8.3"