Skip to content

Commit 1e0182e

Browse files
Prepared for 1.13.1 release (#1199)
1 parent 8cc6259 commit 1e0182e

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,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

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.13.0"
21+
#define PHP_ELASTIC_APM_VERSION "1.13.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.13.0';
38+
public const VERSION = '1.13.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.13.1>>
67
* <<release-notes-v1.13.0>>
78
* <<release-notes-v1.12.0>>
89
* <<release-notes-v1.11.0>>

0 commit comments

Comments
 (0)