Skip to content

Commit 5f3c9b1

Browse files
committed
2.7.4
1 parent fd955c0 commit 5f3c9b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
2.7.3
29
-----
310

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Raven
33
# Freezing this constant breaks in 1.9.x
4-
VERSION = "2.7.3" # rubocop:disable Style/MutableConstant
4+
VERSION = "2.7.4" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)