Skip to content

Commit

Permalink
Merge pull request #293 from airbrake/release-2-7-0
Browse files Browse the repository at this point in the history
Release v2.7.0
  • Loading branch information
kyrylo authored Dec 13, 2017
2 parents 53a54ce + 025c4fc commit 25eac8e
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.7.0][v2.7.0] (December 13, 2017)

* Stopped gathering thread information by default
([#292](https://github.com/airbrake/airbrake-ruby/pull/292))

Expand Down Expand Up @@ -407,3 +409,4 @@ Airbrake Ruby Changelog
[v2.6.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.6.0
[v2.6.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.6.1
[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
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.6'
gem 'airbrake-ruby', '~> 2.7'
```

### 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.6.2'.freeze
AIRBRAKE_RUBY_VERSION = '2.7.0'.freeze
end

0 comments on commit 25eac8e

Please sign in to comment.