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 a8135b3 commit d9f44cdCopy full SHA for d9f44cd
changelog.md
@@ -1,3 +1,8 @@
1
+2.11.1
2
+
3
+* FIX: Call `to_s` on breadcrumb message [@halkeye , #914]
4
+----
5
6
2.11.0
7
----
8
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.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.11.1" # rubocop:disable Style/MutableConstant
end
0 commit comments