Skip to content

Commit fb09c7a

Browse files
committed
Release v2.14.0
1 parent 5ba6cdf commit fb09c7a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
## 2.14.0 (2018-02-16)
5+
6+
### Enhancements
7+
8+
* Add support for Laravel 5.6
9+
[#288](https://github.com/bugsnag/bugsnag-laravel/pull/288)
10+
[Graham Campbell](https://github.com/GrahamCampbell)
11+
412
## 2.13.0 (2018-01-29)
513

614
This release adds support for the new [Bugsnag Build API](https://docs.bugsnag.com/api/build/) to the `deploy` command.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "2.14-dev"
41+
"dev-master": "2.15-dev"
4242
}
4343
},
4444
"minimum-stability": "dev",

src/BugsnagServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class BugsnagServiceProvider extends ServiceProvider
3434
*
3535
* @var string
3636
*/
37-
const VERSION = '2.13.0';
37+
const VERSION = '2.14.0';
3838

3939
/**
4040
* Boot the service provider.

0 commit comments

Comments
 (0)