Skip to content

Commit

Permalink
meta: 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 12, 2019
1 parent 302ca39 commit fb3d2cc
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.12.3
----

*FIX: crash when Process.wait is used [@asBrettisay, #895]

2.12.2
----

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.12.2" # rubocop:disable Style/MutableConstant
VERSION = "2.12.3" # rubocop:disable Style/MutableConstant
end

0 comments on commit fb3d2cc

Please sign in to comment.