Skip to content

Commit

Permalink
Merge pull request #596 from airbrake/release-5-0-0-rc-2
Browse files Browse the repository at this point in the history
Release v5.0.0.rc.2
  • Loading branch information
kyrylo authored Jul 29, 2020
2 parents 34015f7 + 73165fa commit ca4f1ad
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

### [v5.0.0.rc.2][v5.0.0.rc.2] (July 29, 2020)

* Started sending information about notifier name & version, operating system &
language with every remote config GET request
([#594](https://github.com/airbrake/airbrake-ruby/pull/594))
Expand Down Expand Up @@ -994,3 +996,4 @@ Airbrake Ruby Changelog
[v4.14.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.14.1
[v4.15.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.15.0
[v5.0.0.rc.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.0.rc.1
[v5.0.0.rc.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.0.rc.2
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Airbrake
# @return [String] the library version
# @api public
AIRBRAKE_RUBY_VERSION = '5.0.0.rc.1'.freeze
AIRBRAKE_RUBY_VERSION = '5.0.0.rc.2'.freeze

# @return [Hash{Symbol=>String}] the information about the notifier library
# @since ?.?.?
Expand Down

0 comments on commit ca4f1ad

Please sign in to comment.