We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526762e commit e3e0cf4Copy full SHA for e3e0cf4
changelog.md
@@ -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
10
0.13.0
11
------
12
lib/raven/version.rb
@@ -1,3 +1,3 @@
module Raven
- VERSION = "0.13.0"
+ VERSION = "0.13.1"
end
0 commit comments