Skip to content

Commit

Permalink
Release 2.3.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and kattrali committed Aug 19, 2016
1 parent 198c159 commit 2ee3808
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,24 @@
Changelog
=========

## 2.3.0 (2016-08-19)

## Enhancements

* Record the queue context and job information
[Graham Campbell](https://github.com/GrahamCampbell)
[#183](https://github.com/bugsnag/bugsnag-laravel/pull/183)

* Replaced event logging with query recording
[Graham Campbell](https://github.com/GrahamCampbell)
[#186](https://github.com/bugsnag/bugsnag-laravel/pull/186)

## Bug Fixes

* Fixed the deploy command option descriptions
[Andrew Brown](https://github.com/browner12)
[#178](https://github.com/bugsnag/bugsnag-laravel/pull/178)

## 2.2.0 (2016-08-08)

## Enhancements
Expand Down
2 changes: 1 addition & 1 deletion example/laravel/composer.json
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"bugsnag/bugsnag-laravel": "^2.0"
"bugsnag/bugsnag-laravel": "^2.3"
},
"require-dev": {
"fzaninotto/faker": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion example/lumen/composer.json
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.2.*",
"bugsnag/bugsnag-laravel": "^2.0",
"bugsnag/bugsnag-laravel": "^2.3",
"vlucas/phpdotenv": "^2.3"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/BugsnagServiceProvider.php
Expand Up @@ -25,7 +25,7 @@ class BugsnagServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '2.2.0';
const VERSION = '2.3.0';

/**
* Boot the service provider.
Expand Down

0 comments on commit 2ee3808

Please sign in to comment.