Skip to content

Commit

Permalink
Merge pull request #367 from bugsnag/next
Browse files Browse the repository at this point in the history
Release 2.17.1
  • Loading branch information
tomlongridge authored Sep 10, 2019
2 parents 761e9f9 + c2cb3c4 commit 844da8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Changelog
=========

## 2.17.1 (2019-09-09)

### Fixes

* Added support for Monolog 2.0
[GrahamCampbell](https://github.com/GrahamCampbell)
[#360](https://github.com/bugsnag/bugsnag-laravel/pull/366)

## 2.17.0 (2019-08-29)

### Enhancements

* Allow installation on Laravel 6 projects
[#360](https://github.com/bugsnag/bugsnag-laravel/pull/360)
[taylorotwell](https://github.com/taylorotwell)
[#360](https://github.com/bugsnag/bugsnag-laravel/pull/360)

### Fixes

Expand All @@ -24,8 +32,8 @@ Changelog
### Fixes

* Changed caching TTL to use DateTime instead.
[#344](https://github.com/bugsnag/bugsnag-laravel/pull/344)
[Mozammil Khodabacchas](https://github.com/mozammil)
[#344](https://github.com/bugsnag/bugsnag-laravel/pull/344)
* 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
Expand Down Expand Up @@ -65,8 +73,8 @@ Changelog
### Enhancements

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

## 2.13.0 (2018-01-29)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"illuminate/support": "^5.0|^6.0",
"bugsnag/bugsnag": "^3.17.0",
"bugsnag/bugsnag-psr-logger": "^1.4",
"monolog/monolog": "^1.12"
"monolog/monolog": "^1.12|^2.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.1|^4.0|^5.0",
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.17.0';
const VERSION = '2.17.1';

/**
* Boot the service provider.
Expand Down

0 comments on commit 844da8f

Please sign in to comment.