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 fd955c0 commit 5f3c9b1Copy full SHA for 5f3c9b1
changelog.md
@@ -1,3 +1,10 @@
1
+2.7.4
2
+-----
3
+
4
+* BUGFIX: Correctly handle public only DSNs [@mitsuhiko, #847]
5
+* BUGFIX: context attributes with nil raised error [@joker-777, 824]
6
+* BUGFIX: Suppress warning about enabling dyno metadata in Heroku CI [@meganemura, #833]
7
8
2.7.3
9
-----
10
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.3" # rubocop:disable Style/MutableConstant
+ VERSION = "2.7.4" # rubocop:disable Style/MutableConstant
end
0 commit comments