Skip to content

Commit

Permalink
Release v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Feb 16, 2018
1 parent 5ba6cdf commit fb09c7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## 2.14.0 (2018-02-16)

### Enhancements

* Add support for Laravel 5.6
[#288](https://github.com/bugsnag/bugsnag-laravel/pull/288)
[Graham Campbell](https://github.com/GrahamCampbell)

## 2.13.0 (2018-01-29)

This release adds support for the new [Bugsnag Build API](https://docs.bugsnag.com/api/build/) to the `deploy` command.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.14-dev"
"dev-master": "2.15-dev"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.13.0';
const VERSION = '2.14.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit fb09c7a

Please sign in to comment.