Skip to content

Commit

Permalink
Merge pull request #332 from airbrake/release-2-10-0
Browse files Browse the repository at this point in the history
Release v2.10.0
  • Loading branch information
kyrylo authored May 3, 2018
2 parents 9c85d9d + b9ab559 commit a168dd5
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.10.0][v2.10.0] (May 3, 2018)

* Added the `versions` option
([#327](https://github.com/airbrake/airbrake-ruby/pull/327))
* Added `DependencyFilter` (optional)
Expand Down Expand Up @@ -463,3 +465,4 @@ Airbrake Ruby Changelog
[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
[v2.9.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.9.0
[v2.10.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.10.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.9'
gem 'airbrake-ruby', '~> 2.10'
```

### 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 @@ -2,5 +2,5 @@
# More information: http://semver.org/
module Airbrake
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '2.9.0'.freeze
AIRBRAKE_RUBY_VERSION = '2.10.0'.freeze
end

0 comments on commit a168dd5

Please sign in to comment.