Skip to content

Commit

Permalink
Release v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Sep 22, 2017
1 parent 6adae53 commit daa4024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## 2.7.2 (2017-09-22)

### Bug Fixes

* Fix regression in stacktrace resolution when using Laravel 5.5
[#246](https://github.com/bugsnag/bugsnag-laravel/issues/246)

## 2.7.1 (2017-08-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.7.1';
const VERSION = '2.7.2';

/**
* Boot the service provider.
Expand Down

0 comments on commit daa4024

Please sign in to comment.