Skip to content

Commit 07cddd3

Browse files
committed
2.1.0
1 parent a1dccae commit 07cddd3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.1.0
2+
-----
3+
4+
ENHANCEMENTS:
5+
6+
* Your client version is now included in all Events. [@nateberkopec, #559]
7+
* OS and Ruby runtime information now included in all Events. [@nateberkopec, #560]
8+
* Transport errors (like Sentry 4XX errors) now raise Sentry::Error, not Faraday errors. [@nateberkopec, #565]
9+
* Sidekiq integration is streamlined and improved. Supports Sidekiq 3.x and up. [@nateberkopec, #555]
10+
11+
FIXES:
12+
13+
* Heroku release detection is improved and more accurate. You must `heroku labs:enable runtime-dyno-metadata` for it to work. [@nateberkopec, #566]
14+
115
2.0.2
216
-----
317

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

0 commit comments

Comments
 (0)