Skip to content

Commit 8e1a23a

Browse files
committed
2.0.1
1 parent 564bf7d commit 8e1a23a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.1
2+
-----
3+
4+
* FIX: UUIDs were being rejected by Sentry as being too long [@nateberkopec]
5+
16
2.0.0
27
-----
38

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

0 commit comments

Comments
 (0)