diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9a891c6..e46f9e5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Changelog ========= +## 6.7.0 (05 Apr 2018) + +### Enhancements + +* Support HTTP proxy from `http_proxy` and `https_proxy` environment variables + | [#424](https://github.com/bugsnag/bugsnag-ruby/pull/424) + | [#437](https://github.com/bugsnag/bugsnag-ruby/pull/437) + | [Bill Kirtley](https://github.com/cluesque) + +* Add option to disable auto-configuration + | [#419](https://github.com/bugsnag/bugsnag-ruby/pull/419) + +* Add `warden.user.rack` data to default filters + | [#436](https://github.com/bugsnag/bugsnag-ruby/pull/436) + +### Fixes + +* Ensure logged messages include Bugsnag progname + | [#443](https://github.com/bugsnag/bugsnag-ruby/pull/443) + ## 6.6.4 (14 Feb 2018) ### Fixes diff --git a/VERSION b/VERSION index b22e754ac..f0e13c509 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.4 +6.7.0