Skip to content

Commit 0633e45

Browse files
authored
Prepare for 1.15.0 release (#1262)
1 parent 032adca commit 0633e45

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ endif::[]
2020
2121
// Using the template above, release notes go here.
2222
// CHANGELOG_AUTOMATION_KEYWORD
23+
24+
[[release-notes-v1.15.0]]
25+
=== v1.15.0 - 2025/01/17
26+
==== Features
27+
28+
- Add php 8.4 compatibility {pull}1255[#1255]
29+
- Added warning log for Xdebug incompatibility {pull}1256[#1256] {pull}1257[#1257]
30+
2331
[[release-notes-v1.14.1]]
2432
=== v1.14.1 - 2024/09/05
2533
==== Bug fixes

agent/native/libcommon/code/elastic_apm_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
*/
1919
#pragma once
2020

21-
#define PHP_ELASTIC_APM_VERSION "1.14.1"
21+
#define PHP_ELASTIC_APM_VERSION "1.15.0"

agent/php/ElasticApm/ElasticApm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final class ElasticApm
3535
{
3636
use StaticClassTrait;
3737

38-
public const VERSION = '1.14.1';
38+
public const VERSION = '1.15.0';
3939

4040
/**
4141
* Begins a new transaction and sets it as the current transaction.

docs/release-notes.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[[release-notes]]
44
== Release notes
55

6+
* <<release-notes-v1.15.0>>
67
* <<release-notes-v1.14.1>>
78
* <<release-notes-v1.14.0>>
89
* <<release-notes-v1.13.2>>

0 commit comments

Comments
 (0)