diff --git a/CHANGELOG.md b/CHANGELOG.md index 748388b..1f34641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - No pending changes to be released +### [v6.2.2][v6.2.2] (October 4, 2023) + +- Use `error_host` instead of `host` to avoid triggering a deprecation warning + with deployment tracking ([#721](https://github.com/airbrake/airbrake-ruby/pull/721)) + ### [v6.2.1][v6.2.1] (March 22, 2023) - Fixed ruby/timeout issue by avoiding `ThreadGroup#enclose` ([#714](https://github.com/airbrake/airbrake-ruby/pull/714)) @@ -1147,3 +1152,4 @@ do ... end`) and the `Airbrake.add_filter` filters. Now the former is being [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 [v6.2.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.2.1 +[v6.2.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.2.2 diff --git a/lib/airbrake-ruby/version.rb b/lib/airbrake-ruby/version.rb index 7befe75..535119b 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.2.1'.freeze + AIRBRAKE_RUBY_VERSION = '6.2.2'.freeze # @return [Hash{Symbol=>String}] the information about the notifier library # @since v5.0.0