Skip to content

Commit 3d0b267

Browse files
chore(master): release 2.21.0 (#212)
* chore(master): release 2.21.0 * chore: update version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: subzero10 <subzero10@users.noreply.github.com>
1 parent e0a0b90 commit 3d0b267

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.21.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.20.0...v2.21.0) (2024-11-01)
7+
8+
9+
### Features
10+
11+
* add events api exception message ([#213](https://github.com/honeybadger-io/honeybadger-php/issues/213)) ([e0a0b90](https://github.com/honeybadger-io/honeybadger-php/commit/e0a0b90c6a1acfc188be3cabaf7907d448824bba))
12+
* send user agent in http clients ([#207](https://github.com/honeybadger-io/honeybadger-php/issues/207)) ([3bd7466](https://github.com/honeybadger-io/honeybadger-php/commit/3bd7466f258711de43676db5240c05129926fe43))
13+
14+
15+
### Bug Fixes
16+
17+
* add noop handler for events exceptions ([#208](https://github.com/honeybadger-io/honeybadger-php/issues/208)) ([3eb1947](https://github.com/honeybadger-io/honeybadger-php/commit/3eb1947f5f0f1f7f49782d9020f7a75964fbb0cb))
18+
619
## [2.20.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.19.5...v2.20.0) (2024-10-24)
720

821

src/Honeybadger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Honeybadger implements Reporter
2222
/**
2323
* SDK Version.
2424
*/
25-
const VERSION = '2.20.0';
25+
const VERSION = '2.21.0';
2626

2727
/**
2828
* Honeybadger API URL.

0 commit comments

Comments
 (0)