Skip to content

Commit

Permalink
Merge pull request #300 from airbrake/release-2-8-0
Browse files Browse the repository at this point in the history
Release v2.8.0
  • Loading branch information
kyrylo authored Jan 16, 2018
2 parents 72fab9f + d3eddf4 commit c084715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.0][v2.8.0] (January 16, 2018)

* Added support for Regexps for the `ignore_environments` option
([#299](https://github.com/airbrake/airbrake-ruby/pull/299))

Expand Down Expand Up @@ -419,3 +421,4 @@ Airbrake Ruby Changelog
[v2.6.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.6.2
[v2.7.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.7.0
[v2.7.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.7.1
[v2.8.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.8.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 2.7'
gem 'airbrake-ruby', '~> 2.8'
```

### Manual
Expand Down
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.7.1'.freeze
AIRBRAKE_RUBY_VERSION = '2.8.0'.freeze
end

0 comments on commit c084715

Please sign in to comment.