Skip to content

Commit ecdd641

Browse files
authored
Prepare for 1.14.0 release (#1215)
1 parent b8d3570 commit ecdd641

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ endif::[]
2020
2121
// Using the template above, release notes go here.
2222
// CHANGELOG_AUTOMATION_KEYWORD
23+
[[release-notes-v1.14.0]]
24+
=== v1.14.0 - 2024/08/28
25+
==== Features
26+
* Experimental support for ARM64 architecture
27+
==== Bug fixes
28+
* Fixed issue causing forked process to hang or crash {pull}1213[#1213]
29+
2330
[[release-notes-v1.13.2]]
2431
=== v1.13.2 - 2024/08/20
2532
==== Bug fixes

agent/native/libcommon/code/elastic_apm_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
*/
1919
#pragma once
2020

21-
#define PHP_ELASTIC_APM_VERSION "1.13.2"
21+
#define PHP_ELASTIC_APM_VERSION "1.14.0"

agent/php/ElasticApm/ElasticApm.php

Lines changed: 1 addition & 1 deletion
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.13.2';
38+
public const VERSION = '1.14.0';
3939

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

docs/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[[release-notes]]
44
== Release notes
55

6+
* <<release-notes-v1.14.0>>
67
* <<release-notes-v1.13.2>>
78
* <<release-notes-v1.13.1>>
89
* <<release-notes-v1.13.0>>

0 commit comments

Comments
 (0)