Skip to content

Commit f41c71d

Browse files
committed
v2.15.0-alpha-1
1 parent e7468ed commit f41c71d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
## 2.14.1 (2018-03-07)
512

613
### Fixes

src/BugsnagServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class BugsnagServiceProvider extends ServiceProvider
3535
*
3636
* @var string
3737
*/
38-
const VERSION = '2.14.1';
38+
const VERSION = '2.15.0-alpha-1';
3939

4040
/**
4141
* Boot the service provider.

0 commit comments

Comments
 (0)