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 7a09382 commit e86b2e6Copy full SHA for e86b2e6
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.15.0] - 2023-02-16
10
+### Added
11
+- Support for Laravel 10
12
+
13
## [3.14.1] - 2022-12-03
14
### Fixed
15
- Correct feedback form URL ([#100](https://github.com/honeybadger-io/honeybadger-laravel/pull/100))
src/HoneybadgerLaravel.php
@@ -12,7 +12,7 @@
class HoneybadgerLaravel extends Honeybadger
{
- const VERSION = '3.14.1';
+ const VERSION = '3.15.0';
16
17
// Don't forget to sync changes to this with the config file defaults
18
const DEFAULT_BREADCRUMBS = [
0 commit comments