Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jun 29, 2017
1 parent 3e0b37d commit 4a5ea42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 2.6.0 (2017-06-29)

### Enhancements

* Support capturing user information from generic user objects
[Simon Bennett](https://github.com/mrsimonbennett)
[#207](https://github.com/bugsnag/bugsnag-laravel/pull/207)

* Support setting release stage within configuration file
[Graham Campbell](https://github.com/GrahamCampbell)
[#228](https://github.com/bugsnag/bugsnag-laravel/pull/228)

## 2.5.0 (2017-04-06)

### Enhancements
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.5.0';
const VERSION = '2.6.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 4a5ea42

Please sign in to comment.