Skip to content

Commit

Permalink
Merge pull request airbrake#667 from airbrake/release-5-7-1
Browse files Browse the repository at this point in the history
Release v5.7.1
  • Loading branch information
kyrylo authored Feb 10, 2017
2 parents 1fab6e0 + 765597e commit 170d505
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.7.1][v5.7.1] (February 10, 2017)

* Fixed version reporting for Rack applications with Rails-related dependencies
([#660](https://github.com/airbrake/airbrake/pull/660))
* Fixed unwanted exceptions for Sidekiq, DelayedJob & Resque when Airbrake is
Expand Down Expand Up @@ -205,3 +207,4 @@ Airbrake Changelog
[v5.6.1]: https://github.com/airbrake/airbrake/releases/tag/v5.6.1
[v5.7.0.rc.1]: https://github.com/airbrake/airbrake/releases/tag/v5.7.0.rc.1
[v5.7.0]: https://github.com/airbrake/airbrake/releases/tag/v5.7.0
[v5.7.1]: https://github.com/airbrake/airbrake/releases/tag/v5.7.1
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.7.0'.freeze
AIRBRAKE_VERSION = '5.7.1'.freeze
end

0 comments on commit 170d505

Please sign in to comment.