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 4a16e28 commit ebaaa09Copy full SHA for ebaaa09
changelog.md
@@ -1,3 +1,8 @@
1
+2.1.1
2
+-----
3
+
4
+* FIX: Message params should accept nil [@jmalves, #570]
5
6
2.1.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.1.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.1.1" # rubocop:disable Style/MutableConstant
end
0 commit comments