Skip to content

Commit 3f84e54

Browse files
chore(master): release 2.22.0 (#216)
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 645a672 commit 3f84e54

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.22.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.21.0...v2.22.0) (2024-11-16)
7+
8+
9+
### Features
10+
11+
* ignore breadcrumbs with empty message ([#215](https://github.com/honeybadger-io/honeybadger-php/issues/215)) ([645a672](https://github.com/honeybadger-io/honeybadger-php/commit/645a672f26ce5a249017d3e79405bcb3f6ee45e5))
12+
613
## [2.21.0](https://github.com/honeybadger-io/honeybadger-php/compare/v2.20.0...v2.21.0) (2024-11-01)
714

815

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.21.0';
25+
const VERSION = '2.22.0';
2626

2727
/**
2828
* Honeybadger API URL.

0 commit comments

Comments
 (0)