Skip to content

Commit

Permalink
Merge pull request #261 from airbrake/release-2-4-2
Browse files Browse the repository at this point in the history
Release v2.4.2
  • Loading branch information
kyrylo authored Oct 12, 2017
2 parents bf27e2d + b132bfa commit 680d65e
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 Ruby Changelog

### master

### [v2.4.2][v2.4.2] (October 12, 2017)

* Fixed bug when HTTP headers couldn't be filtered
([#257](https://github.com/airbrake/airbrake-ruby/pull/257))

Expand Down Expand Up @@ -365,3 +367,4 @@ Airbrake Ruby Changelog
[v2.3.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.3.2
[v2.4.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.4.0
[v2.4.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.4.1
[v2.4.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.4.2
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module Airbrake
##
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '2.4.1'.freeze
AIRBRAKE_RUBY_VERSION = '2.4.2'.freeze
end

0 comments on commit 680d65e

Please sign in to comment.