Skip to content

Commit f960634

Browse files
authored
Prepare for 1.14.1 release (#1224)
1 parent 79887bd commit f960634

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.asciidoc

+6
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ endif::[]
2020
2121
// Using the template above, release notes go here.
2222
// CHANGELOG_AUTOMATION_KEYWORD
23+
[[release-notes-v1.14.1]]
24+
=== v1.14.1 - 2024/09/05
25+
==== Bug fixes
26+
* Fixed calling post hook if instrumented functions throws {pull}1223[#1223]
27+
2328
[[release-notes-v1.14.0]]
2429
=== v1.14.0 - 2024/08/28
2530
==== Features
2631
* Experimental support for ARM64 architecture
32+
2733
==== Bug fixes
2834
* Fixed issue causing forked process to hang or crash {pull}1213[#1213]
2935

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.0"
21+
#define PHP_ELASTIC_APM_VERSION "1.14.1"

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.0';
38+
public const VERSION = '1.14.1';
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.14.1>>
67
* <<release-notes-v1.14.0>>
78
* <<release-notes-v1.13.2>>
89
* <<release-notes-v1.13.1>>

0 commit comments

Comments
 (0)