Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jul 18, 2016
1 parent b1f2a6e commit f114ff3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 2.0.2 (2016-07-18)

### Bug Fixes

* Removed support for using `HTTP_PROXY` environment variable for non-CLI apps
per [CVE-2016-5385 (httpoxy)](https://httpoxy.org/).
* Convert `BUGSNAG_NOTIFY_RELEASE_STAGES` to a comma-delimited array
[Jason](https://github.com/fire015)
[Graham Campbell](https://github.com/GrahamCampbell)
[#142](https://github.com/bugsnag/bugsnag-laravel/pull/142)
[#144](https://github.com/bugsnag/bugsnag-laravel/pull/144)

## 2.0.1 (2016-07-08)

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

/**
* Boot the service provider.
Expand Down

0 comments on commit f114ff3

Please sign in to comment.