Skip to content

Commit 6f45048

Browse files
committed
v3.7.0
1 parent 8414f3c commit 6f45048

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.7.0] - 2021-03-09
10+
### Added
11+
- Added ability to enable job pings on specific environments ([#73](https://github.com/honeybadger-io/honeybadger-laravel/pull/73))
12+
- Include the PHP SDK version in error reports ([#75](https://github.com/honeybadger-io/honeybadger-laravel/pull/75))
13+
- Added the `@honeybadgerError` and `@honeybadgerFeedback` Blade directives ([#76](https://github.com/honeybadger-io/honeybadger-laravel/pull/76))
14+
915
## [3.6.0] - 2021-02-19
1016
### Added
1117
- Log ServiceExceptions rather than crash ([#70](https://github.com/honeybadger-io/honeybadger-laravel/pull/70))

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.6.0';
14+
const VERSION = '3.7.0';
1515

1616
public static function make(array $config): Reporter
1717
{

0 commit comments

Comments
 (0)