Skip to content

Commit e3e0cf4

Browse files
committed
0.13.1
1 parent 526762e commit e3e0cf4

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+
0.13.1
2+
------
3+
4+
- Raven::Transports::HTTP#send returns the response now. [eagletmt, #317]
5+
- Filenames now work a lot better when you vendor your gems. [eugeneius, #316]
6+
- Fix raven:test issue when testing non-async configurations. [weynsee, #318]
7+
- Fix blockless Raven#capture. [dinosaurjr, #320]
8+
- Fix some log messages [eagletmt, #319]
9+
110
0.13.0
211
------
312

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.13.0"
2+
VERSION = "0.13.1"
33
end

0 commit comments

Comments
 (0)