Skip to content

Commit f8c924c

Browse files
committed
1.2.3
1 parent 3c4a4a2 commit f8c924c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
1.2.2
29
-----
310

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Raven
33
# Freezing this constant breaks in 1.9.x
4-
VERSION = "1.2.2" # rubocop:disable Style/MutableConstant
4+
VERSION = "1.2.3" # rubocop:disable Style/MutableConstant
55
end

0 commit comments

Comments
 (0)