Skip to content

Commit c5a89c2

Browse files
committed
2.3.1
1 parent 1d70d9c commit c5a89c2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.3.1
2+
-----
3+
4+
* BUGFIX: Backtrace parser fixed for JRuby 9k [#619, @the-michael-toy]
5+
* BUGFIX: Rake tasks should show the correct task name [#621, @Bugagazavr]
6+
* BUGFIX: Formatted messages work if params are `nil` [#625, @miyachik]
7+
* BUGFIX: Backtrace logger on failed event send works with custom formatters [#627, @chulkilee]
8+
* BUGFIX: Fix typo that caused Version headers to not be corrected [#628, @nateberkopec]
9+
* BUGFIX: Faraday errors are more descriptive when no server response [#629, @drewish]
10+
* BUGFIX: DelayedJob handler no longer truncates unneccessarily short [#633, @darrennix]
11+
* BUGFIX: Fix several processors not working correctly w/async jobs stored in backends like Redis [#634, @nateberkopec]
12+
113
2.3.0
214
-----
315

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

0 commit comments

Comments
 (0)