From e1c1663360ec9eb9613f764e3de97bb289c0a103 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Mon, 5 Sep 2022 16:12:15 +0300 Subject: [PATCH] Release v6.2.0 --- CHANGELOG.md | 6 ++++++ lib/airbrake-ruby/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f13d5f7..9e659320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/airbrake-ruby/version.rb b/lib/airbrake-ruby/version.rb index d90021a0..61f636c9 100644 --- a/lib/airbrake-ruby/version.rb +++ b/lib/airbrake-ruby/version.rb @@ -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