Skip to content

Commit

Permalink
Release v6.2.2 (#723)
Browse files Browse the repository at this point in the history
- Use `error_host` instead of `host` to avoid triggering a deprecation warning
  with deployment tracking ([#721](#721))

release: https://github.com/airbrake/airbrake-ruby/releases/tag/v6.2.2
  • Loading branch information
mmcdaris committed Oct 4, 2023
1 parent 9bcf99f commit 7c9f188
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 @@ -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))
Expand Down Expand Up @@ -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
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.2.1'.freeze
AIRBRAKE_RUBY_VERSION = '6.2.2'.freeze

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

0 comments on commit 7c9f188

Please sign in to comment.