We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2ddfb commit a5d9d3aCopy full SHA for a5d9d3a
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
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
+
13
## [3.10.0] - 2021-05-09
14
### Added
15
- Added `report_data` to default config ([#85](https://github.com/honeybadger-io/honeybadger-laravel/pull/85))
src/HoneybadgerLaravel.php
@@ -12,7 +12,7 @@
class HoneybadgerLaravel extends Honeybadger
{
- const VERSION = '3.10.0';
+ const VERSION = '3.11.0';
16
17
// Don't forget to sync changes to this with the config file defaults
18
const DEFAULT_BREADCRUMBS = [
0 commit comments