Skip to content

Commit f4e269c

Browse files
committed
0.12.1
1 parent 598c539 commit f4e269c

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+
0.12.1
2+
------
3+
4+
- Integrations (Sidekiq, DelayedJob, etc) now load independently of your Gemfile order. [nateberkopec, #236]
5+
- Fixed bug where setting tags mutated your configuration [berg, #239]
6+
- Fixed several issues with SanitizeData and UTF8 sanitization processors [nateberkopec, #238, #241, #244]
7+
18
0.12.0
29
------
310

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.12.0"
2+
VERSION = "0.12.1"
33
end

0 commit comments

Comments
 (0)