Skip to content

Commit

Permalink
meta: 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 17, 2019
1 parent ad440b9 commit 065cf97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.13.0
----

* FIX: Sanitize event data before they are sent to async job. [@edariedl, #895]
* FIX: Serialization MongoDB ObjectId to JSON problem with gem delayed_job_mongoid conjunction. [@eagleas, #935]
* FEAT: Skip ActiveJob integration if there is a better one [@fsateler, #909]
* FIX: Bugs with send_event in asynchronous mode (#940) [@cstyles, #940]

2.12.3
----

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

0 comments on commit 065cf97

Please sign in to comment.