Skip to content

Commit 73d2e00

Browse files
committed
v3.8.1
1 parent 9946f12 commit 73d2e00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.8.1] - 2021-03-25
10+
### Fixed
11+
- Silence any thrown errors in breadcrumbs collection ([#81](https://github.com/honeybadger-io/honeybadger-laravel/pull/81))
12+
913
## [3.8.0] - 2021-03-23
1014
### Added
1115
- Automatic breadcrumbs ([#79](https://github.com/honeybadger-io/honeybadger-laravel/pull/79))

src/HoneybadgerLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class HoneybadgerLaravel extends Honeybadger
1313
{
14-
const VERSION = '3.8.0';
14+
const VERSION = '3.8.1';
1515

1616
// Don't forget to sync changes to this with the config file defaults
1717
const DEFAULT_BREADCRUMBS = [

0 commit comments

Comments
 (0)