We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a527eea commit d6f76f7Copy full SHA for d6f76f7
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## [5.16.0](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.6...v5.16.0) (2024-09-19)
5
+
6
7
+### Features
8
9
+* add karafka processing_lag to event ([#613](https://github.com/honeybadger-io/honeybadger-ruby/issues/613)) ([a527eea](https://github.com/honeybadger-io/honeybadger-ruby/commit/a527eea37eb3d351dd6731ea3c469dcb2609fea6))
10
11
## [5.15.6](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.5...v5.15.6) (2024-08-15)
12
13
lib/honeybadger/version.rb
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
- VERSION = '5.15.6'.freeze
+ VERSION = '5.16.0'.freeze
end
0 commit comments