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 3cdae1d commit 8886b7cCopy full SHA for 8886b7c
changelog.md
@@ -1,3 +1,10 @@
1
+0.15.6
2
+------
3
+
4
+- Fixed bug where return value of debug middleware was nil [eugeneius, #461]
5
+- Fixed a bug in checking `catch_debugged_exceptions` [greysteil, #458]
6
+- Fixed a deprecation warning for Rails 5 [Elektron1c97, #457]
7
8
0.15.5
9
------
10
lib/raven/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Raven
- VERSION = "0.15.5".freeze
+ VERSION = "0.15.6".freeze
end
0 commit comments