Skip to content

Commit

Permalink
Merge pull request #623 from airbrake/release-5-1-0
Browse files Browse the repository at this point in the history
Release v5.1.0
  • Loading branch information
kyrylo authored Oct 20, 2020
2 parents d5aee03 + 4bf1913 commit ffe87c0
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.1.0][v5.1.0] (October 20, 2020)

* Deleted support for dumping/loading the remote config
([#621](https://github.com/airbrake/airbrake-ruby/pull/621))
* Stopped fetching notifier config when Airbrake's environment is configured to
Expand Down Expand Up @@ -1044,3 +1046,4 @@ Features:
[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
[v5.1.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.1.0
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.2'.freeze
AIRBRAKE_RUBY_VERSION = '5.1.0'.freeze

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

0 comments on commit ffe87c0

Please sign in to comment.