Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(master): release 6.0.4
  • Loading branch information
github-actions[bot] authored Aug 7, 2025
commit 3bfd12ed0aa47e941f81facfd844f69d332a0bfd
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log


## [6.0.4](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.0.3...v6.0.4) (2025-08-07)


### Bug Fixes

* replace context_manager mutex with a monitor ([#718](https://github.com/honeybadger-io/honeybadger-ruby/issues/718)) ([936f3eb](https://github.com/honeybadger-io/honeybadger-ruby/commit/936f3eb4e55024b55e6a1a7f3552000e5dd69eee))


### Performance Improvements

* ignore more events by default ([#720](https://github.com/honeybadger-io/honeybadger-ruby/issues/720)) ([1f7c757](https://github.com/honeybadger-io/honeybadger-ruby/commit/1f7c757beac6f443fae88aa17141bc9806480b15))

## [6.0.3](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.0.2...v6.0.3) (2025-08-04)


Expand Down
2 changes: 1 addition & 1 deletion lib/honeybadger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
VERSION = "6.0.3".freeze
VERSION = "6.0.4".freeze
end