File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818 */
1919#pragma once
2020
21- #define PHP_ELASTIC_APM_VERSION "1.14.0 "
21+ #define PHP_ELASTIC_APM_VERSION "1.14.1 "
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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>>
You can’t perform that action at this time.
0 commit comments