Skip to content

Commit 7a0767d

Browse files
committed
2.4.0
1 parent 85ef2ea commit 7a0767d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.4.0
2+
-----
3+
4+
* FEATURE: Allow customization of the Faraday adapter [#639, @StupidCodeFactory]
5+
6+
* BUGFIX: Report the SDK name as "raven-ruby", not "sentry-raven" [#641, @bretthoerner]
7+
* BUGFIX: Sidekiq jobs now clear context/breadcrumbs properly between jobs [#637, @drewish]
8+
* BUGFIX: Overriding the logger in Rails wasn't working [#638, @eugeneius]
9+
110
2.3.1
211
-----
312

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.3.1" # rubocop:disable Style/MutableConstant
4+
VERSION = "2.4.0" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)