Skip to content

Commit 45177c3

Browse files
authored
Prepared for 1.13.0 release (#1130)
1 parent ef07fa0 commit 45177c3

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ endif::[]
2020
2121
// Using the template above, release notes go here.
2222
// CHANGELOG_AUTOMATION_KEYWORD
23+
[[release-notes-v1.13.0]]
24+
=== v1.13.0 - 2024/01/31
25+
==== Features
26+
* Added support for PHP 8.3 {pull}1127[#1127]
27+
28+
==== Bug fixes
29+
* Fixed resetting state for forks {pull}#1125[#1125]
30+
2331
[[release-notes-v1.12.0]]
2432
=== v1.12.0 - 2024/01/15
2533
==== Features

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

0 commit comments

Comments
 (0)