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 94844bd commit 89a0e0eCopy full SHA for 89a0e0e
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## [5.13.3](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.13.2...v5.13.3) (2024-07-06)
5
+
6
7
+### Bug Fixes
8
9
+* disable insights when loading rails console ([#580](https://github.com/honeybadger-io/honeybadger-ruby/issues/580)) ([94844bd](https://github.com/honeybadger-io/honeybadger-ruby/commit/94844bd72922f27ecf40453ef7c901433067688b))
10
11
## [5.13.2](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.13.1...v5.13.2) (2024-07-03)
12
13
lib/honeybadger/version.rb
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
- VERSION = '5.13.2'.freeze
+ VERSION = '5.13.3'.freeze
end
0 commit comments