Skip to content

Commit a5d9d3a

Browse files
committed
v3.11.0
1 parent 3b2ddfb commit a5d9d3a

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.11.0] - 2021-06-16
10+
### Added
11+
- Set default client timeout ([#87](https://github.com/honeybadger-io/honeybadger-laravel/pull/87))
12+
913
## [3.10.0] - 2021-05-09
1014
### Added
1115
- Added `report_data` to default config ([#85](https://github.com/honeybadger-io/honeybadger-laravel/pull/85))

src/HoneybadgerLaravel.php

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

1313
class HoneybadgerLaravel extends Honeybadger
1414
{
15-
const VERSION = '3.10.0';
15+
const VERSION = '3.11.0';
1616

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

0 commit comments

Comments
 (0)