From f9606341071a333a31983e0ac85ef981f2eedd8a Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Thu, 5 Sep 2024 14:30:26 +0200 Subject: [PATCH] Prepare for 1.14.1 release (#1224) --- CHANGELOG.asciidoc | 6 ++++++ agent/native/libcommon/code/elastic_apm_version.h | 2 +- agent/php/ElasticApm/ElasticApm.php | 2 +- docs/release-notes.asciidoc | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e6b514ee..0c4f2b33 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,10 +20,16 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[release-notes-v1.14.1]] +=== v1.14.1 - 2024/09/05 +==== Bug fixes +* Fixed calling post hook if instrumented functions throws {pull}1223[#1223] + [[release-notes-v1.14.0]] === v1.14.0 - 2024/08/28 ==== Features * Experimental support for ARM64 architecture + ==== Bug fixes * Fixed issue causing forked process to hang or crash {pull}1213[#1213] diff --git a/agent/native/libcommon/code/elastic_apm_version.h b/agent/native/libcommon/code/elastic_apm_version.h index d939d4e2..d0945586 100644 --- a/agent/native/libcommon/code/elastic_apm_version.h +++ b/agent/native/libcommon/code/elastic_apm_version.h @@ -18,4 +18,4 @@ */ #pragma once -#define PHP_ELASTIC_APM_VERSION "1.14.0" +#define PHP_ELASTIC_APM_VERSION "1.14.1" diff --git a/agent/php/ElasticApm/ElasticApm.php b/agent/php/ElasticApm/ElasticApm.php index f8657802..6fedade5 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.14.0'; + public const VERSION = '1.14.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 71ba4f2b..84e2769c 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <>