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 a02b881 commit d1b8025Copy full SHA for d1b8025
changelog.md
@@ -1,8 +1,13 @@
1
-2.11.1
+2.11.2
2
+----
3
+
4
+* REF: Warn on 4xx error [@iloveitaly, #862]
5
-* FIX: Call `to_s` on breadcrumb message [@halkeye , #914]
6
+2.11.1
7
----
8
9
+* FIX: Call `to_s` on breadcrumb message [@halkeye, #914]
10
11
2.11.0
12
13
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.11.1" # rubocop:disable Style/MutableConstant
+ VERSION = "2.11.2" # rubocop:disable Style/MutableConstant
end
0 commit comments