Skip to content

Commit 3820b3d

Browse files
committedMay 11, 2015
0.13.2
1 parent faa6b39 commit 3820b3d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.13.2
2+
------
3+
4+
- DelayedJob integration now includes the job id [javawizard, #321]
5+
- Rails integration now works properly when you're not using all parts of Rails (e.g. just ActiveRecord) [lucasmazza, #323]
6+
- Bugfix CLI tool when async config is on [if1live, #324]
7+
- Fix and standardize tag hierarchies. Event tags > context tags > configuration tags in all cases. [JonathanBatten, #322 and eugeneius, #330]
8+
- Using #send on Client, Base, and Transports is now deprecated. See [the commit](https://github.com/getsentry/raven-ruby/commit/9f482022a648ab662c22177ba24fd2e2b6794c34) (or the deprecation message) for their replacements. [nateberkopec, #326]
9+
- You can now disable credit-card-like value filtering. [codekitchen, #329]
10+
111
0.13.1
212
------
313

‎lib/raven/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.13.1"
2+
VERSION = "0.13.2"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.