File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Keep a
3
3
CHANGELOG] ( http://keepachangelog.com/ ) for how to update this file. This project
4
4
adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
13
## [ 2.21.0] ( https://github.com/honeybadger-io/honeybadger-php/compare/v2.20.0...v2.21.0 ) (2024-11-01)
7
14
8
15
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Honeybadger implements Reporter
22
22
/**
23
23
* SDK Version.
24
24
*/
25
- const VERSION = '2.21 .0 ' ;
25
+ const VERSION = '2.22 .0 ' ;
26
26
27
27
/**
28
28
* Honeybadger API URL.
You can’t perform that action at this time.
0 commit comments