Skip to content

Commit

Permalink
meta: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Sep 10, 2019
1 parent a8135b3 commit d9f44cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.11.1

* FIX: Call `to_s` on breadcrumb message [@halkeye , #914]
----

2.11.0
----

Expand Down
2 changes: 1 addition & 1 deletion lib/raven/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
VERSION = "2.11.0" # rubocop:disable Style/MutableConstant
VERSION = "2.11.1" # rubocop:disable Style/MutableConstant
end

0 comments on commit d9f44cd

Please sign in to comment.