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 f307212 commit 92a3806Copy full SHA for 92a3806
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## [5.15.5](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.4...v5.15.5) (2024-07-30)
5
+
6
7
+### Bug Fixes
8
9
+* sanitize event payload data ([#602](https://github.com/honeybadger-io/honeybadger-ruby/issues/602)) ([f307212](https://github.com/honeybadger-io/honeybadger-ruby/commit/f307212cf9a3df43b8bacff1474c2f674ff3f1a3))
10
11
## [5.15.4](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.15.3...v5.15.4) (2024-07-29)
12
13
lib/honeybadger/version.rb
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
- VERSION = '5.15.4'.freeze
+ VERSION = '5.15.5'.freeze
end
0 commit comments