Skip to content

Commit 782a51e

Browse files
committed
1.1.0
1 parent a49f486 commit 782a51e

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+
1.1.0
2+
-----
3+
4+
* The client exposes a ``last_event_id`` accessor at `Raven.last_event_id`. [dcramer, #493]
5+
* PERFORMANCE: Skip identical backtraces from "re-raised" exceptions [databus23, #499]
6+
* Support for ActionController::Live and Rails template streaming [nateberkopec, #486]
7+
18
1.0.0
29
-----
310

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Raven
3-
VERSION = "1.0.0".freeze
3+
VERSION = "1.1.0".freeze
44
end

0 commit comments

Comments
 (0)