Skip to content

Commit

Permalink
Bumping to version 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed Apr 29, 2013
1 parent 5b87acb commit 7636c8e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version 3.1.12 - 2013-04-29 18:48:40 +0200
===============================================================================

Arvind Kunday (1):
Removing the .erb template handler

Hrvoje Šimić (8):
introducing null logger for fallback
add missing logger requirement
being careful with silencing of rake backtrace in the airbrake:test task
support for Rails 4.0
start using remote XSD file when verifying XML in tests
throw a warning for unsupported user attributes
updating outdated step definition for current user feature
speeding up the test by using 'runner' instead of 'server'

knapo (1):
Fix Airbrake::Sender#log to log messages when logger is not passed to options.


Version 3.1.11 - 2013-04-11 12:44:09 +0200
===============================================================================

Expand Down Expand Up @@ -1144,3 +1164,4 @@ Nick Quaranto (3):




2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
airbrake (3.1.11)
airbrake (3.1.12)
activesupport
builder
json
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Airbrake
VERSION = "3.1.11"
VERSION = "3.1.12"
end

0 comments on commit 7636c8e

Please sign in to comment.