Skip to content

Commit

Permalink
Merge pull request #225 from getsentry/0.11-changelog
Browse files Browse the repository at this point in the history
0.11.0 Changelog entry
  • Loading branch information
nateberkopec committed Nov 2, 2014
2 parents 12a0c14 + c976acd commit 5b403df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.11.0
------

- Raven now captures exceptions in Rake tasks automatically. [nateberkopec, troelskn #222]
- There is now a configuration option called ```should_send``` that can be configured to use a Proc to determine whether or not an event should be sent to Sentry. This can be used to implement rate limiters, etc. [nateberkopec, #221]
- Raven now includes three event processors by default instead of one, which can be turned on and off independently. [nateberkopec, #223]
- Fixed bug with YAJL compatibility. [nateberkopec, #223]

0.10.1
------

Expand Down
2 changes: 1 addition & 1 deletion lib/raven/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Raven
VERSION = "0.10.1"
VERSION = "0.11.1"
end

0 comments on commit 5b403df

Please sign in to comment.