Skip to content

Commit ff3f5a7

Browse files
committed
0.12.0
1 parent 2b4fcaf commit ff3f5a7

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.0
2+
------
3+
4+
- You can now give additional fields to the SanitizeData processor. Values matched are replaced by the string mask (*********). Full documentation (and how to use with Rails config.filter_parameters) [here](https://github.com/getsentry/raven-ruby/wiki/Advanced-Configuration#sanitizing-data-processors). [jamescway, #232]
5+
- An additional processor has been added, though it isn't turned on by default: RemoveStacktrace. Use it to remove stacktraces from exception reports. [nateberkopec, #233]
6+
- Dependency on `uuidtools` has been removed. [nateberkopec, #231]
7+
18
0.11.2
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.11.2"
2+
VERSION = "0.12.0"
33
end

0 commit comments

Comments
 (0)