Skip to content

Commit

Permalink
docs: update changelog and bumped version for 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlongridge committed Jun 14, 2019
1 parent ee73359 commit a992206
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
Changelog
=========
## 2.15.3 (2019-02-13)

## 2.16.0 (2019-06-17)

### Enhancements

* Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
[#352](https://github.com/bugsnag/bugsnag-laravel/pull/352)

## Fixes

* Changed caching TTL to use DateTime instead.
[#344](https://github.com/bugsnag/bugsnag-laravel/pull/344)
[Mozammil Khodabacchas](https://github.com/mozammil)

## TBD

* Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
[#352](https://github.com/bugsnag/bugsnag-laravel/pull/352)
* Update axiom dependency in laravel56 example to remove security vulnerability warning
[#354](https://github.com/bugsnag/bugsnag-laravel/pull/354)
* Exclude the features directory on StyleCI
[GrahamCampbell](https://github.com/GrahamCampbell)
[#355](https://github.com/bugsnag/bugsnag-laravel/pull/355)

## 2.15.2 (2019-01-23)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit a992206

Please sign in to comment.