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 a8fac7f commit 34664a8Copy full SHA for 34664a8
changelog.md
@@ -1,3 +1,8 @@
1
+2.0.2
2
+-----
3
+
4
+* FIX: Don't set up Rack-Timeout middleware. [@janraasch, #558]
5
6
2.0.1
7
-----
8
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.0.1" # rubocop:disable Style/MutableConstant
+ VERSION = "2.0.2" # rubocop:disable Style/MutableConstant
end
0 commit comments