Skip to content

Commit

Permalink
Merge pull request #238 from airbrake/release-2-3-0
Browse files Browse the repository at this point in the history
Release v2.3.0
  • Loading branch information
kyrylo authored Jul 6, 2017
2 parents 9df76fc + db591a1 commit 07474d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Airbrake Ruby Changelog

### master

* Added a new helper method `Airbrake#configured?`
### [v2.3.0][v2.3.0] (June 6, 2017)

* Added a new helper method `Airbrake.configured?`
([#237](https://github.com/airbrake/airbrake-ruby/pull/237))

### [v2.2.7][v2.2.7] (June 24, 2017)
Expand Down Expand Up @@ -333,3 +335,4 @@ Airbrake Ruby Changelog
[v2.2.5]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.2.5
[v2.2.6]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.2.6
[v2.2.7]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.2.7
[v2.3.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 2.2'
gem 'airbrake-ruby', '~> 2.3'
```

### 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.2.7'.freeze
AIRBRAKE_RUBY_VERSION = '2.3.0'.freeze
end

0 comments on commit 07474d7

Please sign in to comment.