diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0c4f2b335..79dc41f70 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,6 +20,14 @@ endif::[] // Using the template above, release notes go here. // CHANGELOG_AUTOMATION_KEYWORD + +[[release-notes-v1.15.0]] +=== v1.15.0 - 2025/01/17 +==== Features + +- Add php 8.4 compatibility {pull}1255[#1255] +- Added warning log for Xdebug incompatibility {pull}1256[#1256] {pull}1257[#1257] + [[release-notes-v1.14.1]] === v1.14.1 - 2024/09/05 ==== Bug fixes diff --git a/agent/native/libcommon/code/elastic_apm_version.h b/agent/native/libcommon/code/elastic_apm_version.h index d0945586c..d85bdb657 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.1" +#define PHP_ELASTIC_APM_VERSION "1.15.0" diff --git a/agent/php/ElasticApm/ElasticApm.php b/agent/php/ElasticApm/ElasticApm.php index 6fedade5f..576ed59e8 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.1'; + public const VERSION = '1.15.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 84e2769c6..f4c8de8a6 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <>