Skip to content

Commit

Permalink
Merge pull request #665 from airbrake/release-6-0-0
Browse files Browse the repository at this point in the history
Release v6.0.0
  • Loading branch information
kyrylo authored Sep 20, 2021
2 parents 3d0909e + ac4d3f2 commit be33f6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Airbrake Ruby Changelog

### master

### [v6.0.0][v6.0.0] (September 20, 2021)

Breaking changes:

* Dropped support for Ruby 2.3
([#663](https://github.com/airbrake/airbrake-ruby/pull/663))
* Dropped support for Ruby 2.4
Expand Down Expand Up @@ -1076,3 +1080,4 @@ Features:
[v5.1.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.1.1
[v5.2.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.2.0
[v5.2.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v5.2.1
[v6.0.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.0.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.2.1'.freeze
AIRBRAKE_RUBY_VERSION = '6.0.0'.freeze

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

0 comments on commit be33f6a

Please sign in to comment.