Skip to content

Commit 7c7d251

Browse files
committed
1.2.1
1 parent 26aaa1f commit 7c7d251

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.1
2+
-----
3+
4+
* BUGFIX: Context clearing should now work properly in DelayedJob and Sidekiq. Also, we properly clear context if Sentry causes an exception. [nateberkopec, #520]
5+
* BUGFIX: If Sentry will not send the event (due to environments or no DSN set), it will not attempt to "capture" (construct an event) [nateberkopec, #518]
6+
17
1.2.0
28
-----
39

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
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.0" # rubocop:disable Style/MutableConstant
4+
VERSION = "1.2.1" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)