Skip to content

Commit

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

### master

### [v6.2.0][v6.2.0] (September 5, 2022)

* Added the `backlog` option to the config, which enables or disables the
Backlog feature ([#702](https://github.com/airbrake/airbrake-ruby/pull/702))

### [v6.1.2][v6.1.2] (September 1, 2022)

* Fixed `ArgumentError: invalid byte sequence in UTF-8` which could be raised
Expand Down Expand Up @@ -1130,3 +1135,4 @@ Features:
[v6.1.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.1.0
[v6.1.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.1.1
[v6.1.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.1.2
[v6.2.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.2.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 = '6.1.2'.freeze
AIRBRAKE_RUBY_VERSION = '6.2.0'.freeze

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

0 comments on commit 5d08480

Please sign in to comment.