Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jul 11, 2018
1 parent c9df6d8 commit afd2a08
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

## 6.8.0 (11 Jul 2018)

This release includes general performance improvements to payload trimming and
filtering.

### Enhancements

* Capture unexpected app terminations automatically with `at_exit`
| [#397](https://github.com/bugsnag/bugsnag-ruby/pull/397)
| [Alex Moinet](https://github.com/Cawllec)

* (DelayedJob) Improve max attempts handling - If the max attempts method
returns nil it should fallback to `Delayed::Worker.max_attempts`
| [#471](https://github.com/bugsnag/bugsnag-ruby/pull/471)
| [Johnny Shields](https://github.com/johnnyshields)

* Increase payload size limit to 512kb (from 256kb)
| [#431](https://github.com/bugsnag/bugsnag-ruby/pull/431)
| [Alex Moinet](https://github.com/Cawllec)

### Fixes

## 6.7.3 (18 May 2018)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.3
6.8.0

0 comments on commit afd2a08

Please sign in to comment.