From 1938a7ef08942c864b17213a609d550afab91a69 Mon Sep 17 00:00:00 2001 From: Sergey Kleyman Date: Fri, 24 Feb 2023 11:52:53 +0200 Subject: [PATCH] Prepared for 1.7.2 release --- CHANGELOG.asciidoc | 4 ++++ docs/release-notes.asciidoc | 1 + src/ElasticApm/ElasticApm.php | 2 +- src/ext/elastic_apm_version.h | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 805a11112..e9e5a5f3f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,6 +21,10 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[release-notes-v1.7.2]] +=== v1.7.2 - 2023/02/24 +* Fixed: case when process fork happens during request processing {pull}857[#857] + [[release-notes-v1.7.1]] === v1.7.1 - 2023/01/16 * Fixed: php apm segfaults on a zend error/php warning {pull}834[#834] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 9647a2c14..2be934cf9 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 3af724c20..70d7a077a 100644 --- a/src/ElasticApm/ElasticApm.php +++ b/src/ElasticApm/ElasticApm.php @@ -35,7 +35,7 @@ final class ElasticApm { use StaticClassTrait; - public const VERSION = '1.7.1'; + public const VERSION = '1.7.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 513b90ab1..62da7031f 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.7.1" +#define PHP_ELASTIC_APM_VERSION "1.7.2"