diff --git a/changelog.md b/changelog.md index 6a8395e72..ea0bd5ce4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +2.12.3 +---- + +*FIX: crash when Process.wait is used [@asBrettisay, #895] + 2.12.2 ---- diff --git a/lib/raven/version.rb b/lib/raven/version.rb index 4b78cdb84..b3cf7b9a1 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.12.2" # rubocop:disable Style/MutableConstant + VERSION = "2.12.3" # rubocop:disable Style/MutableConstant end