Skip to content

Commit e1a26da

Browse files
committed
Prepared for 1.7.1 release
1 parent a0420cc commit e1a26da

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,20 @@ endif::[]
2121
// Using the template above, release notes go here.
2222
// CHANGELOG_AUTOMATION_KEYWORD
2323
24+
[[release-notes-v1.7.1]]
25+
=== v1.7.1 - 2023/01/09
26+
* Fixed: php apm segfaults on a zend error/php warning {pull}834[#834]
27+
2428
[[release-notes-v1.7.0]]
2529
=== v1.7.0 - 2022/10/13
2630
* Added support for automatically capturing MySQLi: {pull}688[#688]
2731
* Fixed: Inferred spans when used with Laravel: {pull}796[#796]
2832
* Fixed: CustomErrorData not found issue: {pull}797[#797]
2933
34+
[[release-notes-v1.6.2]]
35+
=== v1.6.2 - 2022/11/17
36+
* Backported support for automatically capturing MySQLi: {pull}688[#688]
37+
3038
[[release-notes-v1.6.1]]
3139
=== v1.6.1 - 2022/09/12
3240
* Fixed: Current implementation for Improved Granularity for SQL Databases doesn't account for SQL USE statement: {pull}759[#759]

docs/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[[release-notes]]
44
== Release notes
55

6+
* <<release-notes-v1.7.1>>
67
* <<release-notes-v1.7.0>>
8+
* <<release-notes-v1.6.2>>
79
* <<release-notes-v1.6.1>>
810
* <<release-notes-v1.6>>
911
* <<release-notes-v1.5.2>>

src/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.7.0';
38+
public const VERSION = '1.7.1';
3939

4040
/**
4141
* Begins a new transaction and sets it as the current transaction.

src/ext/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.7.0"
21+
#define PHP_ELASTIC_APM_VERSION "1.7.1"

0 commit comments

Comments
 (0)