Skip to content

Commit 6f96d95

Browse files
committed
1.2.2
1 parent b3f8517 commit 6f96d95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.2
2+
-----
3+
4+
* BUGFIX: NameError in DelayedJob integration. [janraasch, #525]
5+
16
1.2.1
27
-----
38

lib/raven/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Raven
33
# Freezing this constant breaks in 1.9.x
4-
VERSION = "1.2.1" # rubocop:disable Style/MutableConstant
4+
VERSION = "1.2.2" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)