Skip to content

Commit 96fc24b

Browse files
committed
Prepared for 1.16.0 release
1 parent d620dbd commit 96fc24b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.15.1"
21+
#define PHP_ELASTIC_APM_VERSION "1.16.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.15.1';
38+
public const VERSION = '1.16.0';
3939

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

docs/release-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
5555

5656
% ### Fixes [elastic-apm-php-agent-versionext-fixes]
5757

58+
## 1.16.0 [elastic-apm-php-agent-1160-release-notes]
59+
**Release date:** March 11, 2026
60+
61+
### Features and enhancements [elastic-apm-php-agent-1160-features-enhancements]
62+
* Added configuration option to switch error capture from native to PHP [#1415](https://github.com/elastic/apm-agent-php/pull/1415)
63+
5864
## 1.15.1 [elastic-apm-php-agent-1151-release-notes]
5965
**Release date:** June 27, 2025
6066

0 commit comments

Comments
 (0)