diff --git a/changelog.md b/changelog.md index 964e06132..39fd9ed6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,13 @@ -2.11.1 +2.11.2 +---- + +* REF: Warn on 4xx error [@iloveitaly, #862] -* FIX: Call `to_s` on breadcrumb message [@halkeye , #914] +2.11.1 ---- +* FIX: Call `to_s` on breadcrumb message [@halkeye, #914] + 2.11.0 ---- diff --git a/lib/raven/version.rb b/lib/raven/version.rb index f01ae31c8..f1c67cfd0 100644 --- a/lib/raven/version.rb +++ b/lib/raven/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Raven # Freezing this constant breaks in 1.9.x - VERSION = "2.11.1" # rubocop:disable Style/MutableConstant + VERSION = "2.11.2" # rubocop:disable Style/MutableConstant end