Skip to content

Commit

Permalink
Release v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 9, 2018
1 parent 70a6893 commit 313002c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## 2.12.0 (2018-01-09)

### Enhancements

* Add support for tracking sessions and overall crash rate by setting
`auto_capture_sessions` in configuration options. In addition, sessions can be
indicated manually using `Bugsnag::startSession()`

## 2.11.1 (2017-12-21)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit 313002c

Please sign in to comment.