Skip to content

Commit

Permalink
Merge pull request #617 from airbrake/release-5-0-2
Browse files Browse the repository at this point in the history
Release v5.0.2
  • Loading branch information
kyrylo authored Aug 18, 2020
2 parents 4c5982a + 7d1491c commit 1bf8e8a
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.2][v5.0.2] (August 18, 2020)

* Remote config: fixed bug where remote config can disappear from the queried
URL ([#616](https://github.com/airbrake/airbrake-ruby/pull/616))
* Remote config: fixed bug where setting `performance_stats` or
Expand Down Expand Up @@ -1036,3 +1038,4 @@ Features:
[v5.0.0.rc.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.0.rc.2
[v5.0.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.0
[v5.0.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.1
[v5.0.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.0.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.1'.freeze
AIRBRAKE_RUBY_VERSION = '5.0.2'.freeze

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

0 comments on commit 1bf8e8a

Please sign in to comment.