Skip to content

Commit 1a304e8

Browse files
chore(master): release 2.24.0 (#228)
* chore(master): release 2.24.0 * chore: update version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: stympy <1070+stympy@users.noreply.github.com>
1 parent bb506c8 commit 1a304e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Keep a
33
CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
44
adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.24.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.23.0...v2.24.0) (2025-05-02)
7+
8+
9+
### Features
10+
11+
* add Insights event sampling ([#227](https://github.com/honeybadger-io/honeybadger-php/issues/227)) ([bb506c8](https://github.com/honeybadger-io/honeybadger-php/commit/bb506c89755d0b83f1f7451c7dae6fa5eeff7ba5))
12+
613
## [2.23.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.22.1...v2.23.0) (2025-01-07)
714

815

src/Honeybadger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Honeybadger implements Reporter
2424
/**
2525
* SDK Version.
2626
*/
27-
const VERSION = '2.23.0';
27+
const VERSION = '2.24.0';
2828

2929
/**
3030
* Honeybadger API URL.

0 commit comments

Comments
 (0)