Skip to content

Commit

Permalink
Merge pull request #412 from airbrake/release-3-2-2
Browse files Browse the repository at this point in the history
Release v3.2.2
  • Loading branch information
kyrylo authored Feb 11, 2019
2 parents b9e031e + 2c4e967 commit f6da2cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

### [v3.2.2][v3.2.2] (Febuary 11, 2019)

* Fixed ``undefined method `notify_request'`` when calling
`Airbrake.notify_request` (added backwards compatibility)
([#411](https://github.com/airbrake/airbrake-ruby/pull/411))
Expand Down Expand Up @@ -616,3 +618,4 @@ Airbrake Ruby Changelog
[v3.1.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.1.0
[v3.2.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.2.0
[v3.2.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.2.1
[v3.2.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v3.2.2
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 = '3.2.1'.freeze
AIRBRAKE_RUBY_VERSION = '3.2.2'.freeze
end

0 comments on commit f6da2cc

Please sign in to comment.