Skip to content

Commit

Permalink
Prepare for 1.15.0 release (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase authored Jan 17, 2025
1 parent 032adca commit 0633e45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent/native/libcommon/code/elastic_apm_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/
#pragma once

#define PHP_ELASTIC_APM_VERSION "1.14.1"
#define PHP_ELASTIC_APM_VERSION "1.15.0"
2 changes: 1 addition & 1 deletion agent/php/ElasticApm/ElasticApm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[[release-notes]]
== Release notes

* <<release-notes-v1.15.0>>
* <<release-notes-v1.14.1>>
* <<release-notes-v1.14.0>>
* <<release-notes-v1.13.2>>
Expand Down

0 comments on commit 0633e45

Please sign in to comment.