Skip to content

Commit d1b8025

Browse files
committed
meta: Release 2.11.2
1 parent a02b881 commit d1b8025

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
2.11.1
1+
2.11.2
2+
----
3+
4+
* REF: Warn on 4xx error [@iloveitaly, #862]
25

3-
* FIX: Call `to_s` on breadcrumb message [@halkeye , #914]
6+
2.11.1
47
----
58

9+
* FIX: Call `to_s` on breadcrumb message [@halkeye, #914]
10+
611
2.11.0
712
----
813

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

0 commit comments

Comments
 (0)