Skip to content

Commit

Permalink
Release v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Oct 11, 2018
1 parent d8230dc commit 8c456cd
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.12.0][v2.12.0] (October 11, 2018)

* Stopped passing project id on `Airbrake.create_deploy` as a query param
([#339](https:/airbrake/airbrake-ruby/pull/339))
* Changed the endpoint that Airbrake Ruby sends errors to.
Expand Down Expand Up @@ -496,3 +498,4 @@ Airbrake Ruby Changelog
[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
[v2.11.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.11.0
[v2.12.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.12.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 2.11'
gem 'airbrake-ruby', '~> 2.12'
```

### 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.11.0'.freeze
AIRBRAKE_RUBY_VERSION = '2.12.0'.freeze
end

0 comments on commit 8c456cd

Please sign in to comment.