From 62b11dad3bdccc8105e3c4aa380c7ba778372c4a Mon Sep 17 00:00:00 2001 From: Sergey Kleyman Date: Tue, 20 Aug 2024 14:04:14 +0300 Subject: [PATCH] Prepared for 1.13.2 release --- CHANGELOG.asciidoc | 5 +++++ agent/native/libcommon/code/elastic_apm_version.h | 2 +- agent/php/ElasticApm/ElasticApm.php | 2 +- docs/release-notes.asciidoc | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 8d591eda5..d6054fa1e 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.13.2]] +=== v1.13.2 - 2024/08/20 +==== Bug fixes +* Set various PHP engine hooks only when the relevant feature is enabled {pull}1211[#1211] + [[release-notes-v1.13.1]] === v1.13.1 - 2024/07/23 ==== Features diff --git a/agent/native/libcommon/code/elastic_apm_version.h b/agent/native/libcommon/code/elastic_apm_version.h index 8c3970e8d..9b1ed7878 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.1" +#define PHP_ELASTIC_APM_VERSION "1.13.2" diff --git a/agent/php/ElasticApm/ElasticApm.php b/agent/php/ElasticApm/ElasticApm.php index 13bbf9ea2..0f9dec887 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.1'; + public const VERSION = '1.13.2'; /** * Begins a new transaction and sets it as the current transaction. diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index aadb35795..67b8fb9df 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <>