Skip to content

Commit 10c6cf3

Browse files
committed
2.1.4
1 parent 26deb0e commit 10c6cf3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.1.4
2+
-----
3+
4+
* FIX: Remove `contexts` key, because it was disabling browser auto-tagging [#587, @nateberkopec]
5+
6+
2.1.3
7+
-----
8+
9+
* Move `os` context key to `server_os` [@nateberkopec]
10+
111
2.1.2
212
-----
313

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.1.3" # rubocop:disable Style/MutableConstant
4+
VERSION = "2.1.4" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)