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,6 +20,12 @@ endif::[]
2020
2121// Using the template above, release notes go here.
2222// CHANGELOG_AUTOMATION_KEYWORD
23+ [[release-notes-v1.13.1]]
24+ === v1.13.1 - 2024/07/23
25+ ==== Features
26+ * Fixed memory leak in exception handling {pull}1174[#1174]
27+ * Changed exprerimental part of WordPress instrumentation that is measuring latency impact by plugin to be disabled by default {pull}1181[#1181]
28+
2329[[release-notes-v1.13.0]]
2430=== v1.13.0 - 2024/01/31
2531==== Features
Original file line number Diff line number Diff line change 1818 */
1919#pragma once
2020
21- #define PHP_ELASTIC_APM_VERSION "1.13.0 "
21+ #define PHP_ELASTIC_APM_VERSION "1.13.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.13.0 ' ;
38+ public const VERSION = '1.13.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.13.1>>
67* <<release-notes-v1.13.0>>
78* <<release-notes-v1.12.0>>
89* <<release-notes-v1.11.0>>
You can’t perform that action at this time.
0 commit comments