We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4a4a2 commit f8c924cCopy full SHA for f8c924c
changelog.md
@@ -1,3 +1,10 @@
1
+1.2.3
2
+-----
3
+
4
+* ENHANCEMENT: Send the current environment to Sentry [@dcramer, #530]
5
+* BUGFIX: Fix all warnings emitted by Ruby verbose mode [@nateberkopec]
6
+* BUGFIX: Fix compat with `log4r` [@nateberkopec, #535]
7
8
1.2.2
9
-----
10
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "1.2.2" # rubocop:disable Style/MutableConstant
+ VERSION = "1.2.3" # rubocop:disable Style/MutableConstant
end
0 commit comments