Skip to content

Commit e7b3d2b

Browse files
committed
3.6.1
1 parent 198dccd commit e7b3d2b

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+
2.6.1
2+
-----
3+
4+
* BUGFIX: Fix cases where ActionDispatch::RemoteIP would blow up during event creation [@cmoylan, #722]
5+
* BUGFIX: In ActiveJob, don't report exceptions which can be rescued by rescue_from handlers [@bensheldon, #719]
6+
17
2.6.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 = "2.6.0" # rubocop:disable Style/MutableConstant
4+
VERSION = "2.6.1" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)