Skip to content

Commit

Permalink
Merge pull request #207 from airbrake/release-2-2-1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
kyrylo authored May 4, 2017
2 parents 6b17911 + f7b0678 commit c0e4ff0
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.2.1][v2.2.1] (May 4, 2017)

* Fixed segfault on Ruby 2.1 while using the thread filter
([#206](https://github.com/airbrake/airbrake-ruby/pull/206))

Expand Down Expand Up @@ -288,3 +290,4 @@ Airbrake Ruby Changelog
[v2.0.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.0.0
[v2.1.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.1.0
[v2.2.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.2.0
[v2.2.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.2.1
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.2.0'.freeze
AIRBRAKE_RUBY_VERSION = '2.2.1'.freeze
end

0 comments on commit c0e4ff0

Please sign in to comment.