From d1b8025aa6eafb8bb947c343c56fd180abc3670c Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Tue, 17 Sep 2019 10:06:00 +0200 Subject: [PATCH] meta: Release 2.11.2 --- changelog.md | 9 +++++++-- lib/raven/version.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) 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