Skip to content

Commit

Permalink
Merge pull request airbrake#592 from airbrake/release-5-4-4
Browse files Browse the repository at this point in the history
Release v5.4.4
  • Loading branch information
kyrylo authored Aug 10, 2016
2 parents 0da24e3 + 20b95db commit f1db521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Airbrake Changelog

### master

### [v5.4.4][v5.4.4] (August 10, 2016)

* **IMPORTANT**: fixed ActiveJob integration not re-raising exceptions, which
resulted into marking failed jobs as successfully completed
([#591](https://github.com/airbrake/airbrake/issues/591))
Expand Down Expand Up @@ -143,3 +145,4 @@ Airbrake Changelog
[v5.4.1]: https://github.com/airbrake/airbrake/releases/tag/v5.4.1
[v5.4.2]: https://github.com/airbrake/airbrake/releases/tag/v5.4.2
[v5.4.3]: https://github.com/airbrake/airbrake/releases/tag/v5.4.3
[v5.4.4]: https://github.com/airbrake/airbrake/releases/tag/v5.4.4
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# We use Semantic Versioning v2.0.0
# More information: http://semver.org/
module Airbrake
AIRBRAKE_VERSION = '5.4.3'.freeze
AIRBRAKE_VERSION = '5.4.4'.freeze
end

0 comments on commit f1db521

Please sign in to comment.