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 e7468ed commit f41c71dCopy full SHA for f41c71d
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+## 2.15.0 (Alpha 1)
5
+
6
+### Enhancements
7
8
+* Added middleware for correct handled/unhandled state in notifications
9
+ [#325](https://github.com/bugsnag/bugsnag-laravel/pull/325)
10
11
## 2.14.1 (2018-03-07)
12
13
### Fixes
src/BugsnagServiceProvider.php
@@ -35,7 +35,7 @@ class BugsnagServiceProvider extends ServiceProvider
35
*
36
* @var string
37
*/
38
- const VERSION = '2.14.1';
+ const VERSION = '2.15.0-alpha-1';
39
40
/**
41
* Boot the service provider.
0 commit comments