Skip to content

Commit 192a5c8

Browse files
authored
Prepare for 1.15.1 release (#1329)
1 parent 69b0bad commit 192a5c8

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.0"
21+
#define PHP_ELASTIC_APM_VERSION "1.15.1"

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.0';
38+
public const VERSION = '1.15.1';
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
@@ -49,6 +49,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
4949

5050
% ### Fixes [elastic-apm-php-agent-versionext-fixes]
5151

52+
## 1.15.1 [elastic-apm-php-agent-1151-release-notes]
53+
**Release date:** June 27, 2025
54+
55+
### Fixes [elastic-apm-php-agent-1151-fixes]
56+
* Cleaned up background sending cURL handle after forking [#1328](https://github.com/elastic/apm-agent-php/pull/1328)
57+
5258
## 1.15.0 [elastic-apm-php-agent-1150-release-notes]
5359
**Release date:** January 17, 2025
5460

0 commit comments

Comments
 (0)