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.6
  • Loading branch information
github-actions[bot] authored Aug 14, 2025
commit 34b71f3aed120484d4d8aa6bab0655b149025cde
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log


## [6.0.6](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.0.5...v6.0.6) (2025-08-14)


### Bug Fixes

* reduce Insights logging ([#725](https://github.com/honeybadger-io/honeybadger-ruby/issues/725)) ([cc4756d](https://github.com/honeybadger-io/honeybadger-ruby/commit/cc4756dc86a77856588057668774fce2e1dd408e))

## [6.0.5](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.0.4...v6.0.5) (2025-08-11)


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.5".freeze
VERSION = "6.0.6".freeze
end