We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f8517 commit 6f96d95Copy full SHA for 6f96d95
changelog.md
@@ -1,3 +1,8 @@
1
+1.2.2
2
+-----
3
+
4
+* BUGFIX: NameError in DelayedJob integration. [janraasch, #525]
5
6
1.2.1
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 = "1.2.1" # rubocop:disable Style/MutableConstant
+ VERSION = "1.2.2" # rubocop:disable Style/MutableConstant
end
0 commit comments