Skip to content

Commit

Permalink
Release 2.2.0 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and kattrali committed Aug 9, 2016
1 parent ddb27ea commit e2cd633
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

## 2.2.0 (2016-08-08)

## Enhancements

* Added a `bugsnag:deploy` console command
[Graham Campbell](https://github.com/GrahamCampbell)
[#154](https://github.com/bugsnag/bugsnag-laravel/pull/154)

* Record events as breadrumbs
[Graham Campbell](https://github.com/GrahamCampbell)
[#159](https://github.com/bugsnag/bugsnag-laravel/pull/159)

* Support both guzzle 5 and 6
[Graham Campbell](https://github.com/GrahamCampbell)
[#164](https://github.com/bugsnag/bugsnag-laravel/pull/164)

* Set the app type automatically
[Graham Campbell](https://github.com/GrahamCampbell)
[#167](https://github.com/bugsnag/bugsnag-laravel/pull/167)

## Bug Fixes

* Fixed support for older laravel versions
[Graham Campbell](https://github.com/GrahamCampbell)
[#173](https://github.com/bugsnag/bugsnag-laravel/pull/173)

## 2.1.0 (2016-07-25)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit e2cd633

Please sign in to comment.