Skip to content

Commit

Permalink
Merge pull request #310 from airbrake/release-2-8-3
Browse files Browse the repository at this point in the history
Release v2.8.3
  • Loading branch information
kyrylo authored Mar 12, 2018
2 parents 9ec9ba3 + f56a9fd commit b00a2e5
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.8.3][v2.8.3] (March 12, 2018)

* Fixed bug introduced in v2.8.2 in blacklist/whitelist filtering. All
v2.8.2 users must upgrade to the recent version
([#309](https://github.com/airbrake/airbrake-ruby/pull/309))
Expand Down Expand Up @@ -441,3 +443,4 @@ Airbrake Ruby Changelog
[v2.8.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.8.0
[v2.8.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.8.1
[v2.8.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.8.2
[v2.8.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.8.3
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.8.2'.freeze
AIRBRAKE_RUBY_VERSION = '2.8.3'.freeze
end

0 comments on commit b00a2e5

Please sign in to comment.