We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3f0a6 commit 5e3b21eCopy full SHA for 5e3b21e
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## [5.26.2](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.26.1...v5.26.2) (2025-01-10)
5
+
6
7
+### Bug Fixes
8
9
+* ensure instrumentation durations are unique during threaded executions ([#658](https://github.com/honeybadger-io/honeybadger-ruby/issues/658)) ([4c3f0a6](https://github.com/honeybadger-io/honeybadger-ruby/commit/4c3f0a6e69e826b6664d4385009e67fb94c5160e))
10
11
## [5.26.1](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.26.0...v5.26.1) (2024-12-17)
12
13
lib/honeybadger/version.rb
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
- VERSION = '5.26.1'.freeze
+ VERSION = '5.26.2'.freeze
end
0 commit comments