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 a365e13 commit 9826291Copy full SHA for 9826291
changelog.md
@@ -1,3 +1,9 @@
1
+2.7.3
2
+-----
3
+
4
+* BUGFIX: Fix proxy settings for Faraday [@Strnadj, #820]
5
+* BUGFIX: Fix duplicated events in ActiveJob w/DelayedJob and Sidekiq [@BrentWheeldon, #815]
6
7
2.7.2
8
-----
9
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.7.2" # rubocop:disable Style/MutableConstant
+ VERSION = "2.7.3" # rubocop:disable Style/MutableConstant
end
0 commit comments