From ecdd641cf3a8a7cb5d091f24bcab71a199645a36 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Wed, 28 Aug 2024 13:15:40 +0200 Subject: [PATCH] Prepare for 1.14.0 release (#1215) --- CHANGELOG.asciidoc | 7 +++++++ agent/native/libcommon/code/elastic_apm_version.h | 2 +- agent/php/ElasticApm/ElasticApm.php | 2 +- docs/release-notes.asciidoc | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d6054fa1e..e6b514ee3 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,6 +20,13 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD +[[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] + [[release-notes-v1.13.2]] === v1.13.2 - 2024/08/20 ==== Bug fixes diff --git a/agent/native/libcommon/code/elastic_apm_version.h b/agent/native/libcommon/code/elastic_apm_version.h index 9b1ed7878..d939d4e21 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.13.2" +#define PHP_ELASTIC_APM_VERSION "1.14.0" diff --git a/agent/php/ElasticApm/ElasticApm.php b/agent/php/ElasticApm/ElasticApm.php index 0f9dec887..f86578028 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.13.2'; + public const VERSION = '1.14.0'; /** * Begins a new transaction and sets it as the current transaction. diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 67b8fb9df..71ba4f2ba 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <>