Skip to content

Commit

Permalink
Bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Oct 28, 2015
1 parent dd8fff2 commit abc4868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Unreleased
# 3.1.2

* Treat `current_user` like a model
* Set user input value for inline renders
* Avoid warning on inline renders with safe content types
* Handle empty interpolation in HAML filters
* Ignore filters that are not method names
* Avoid warning about model find/find_by* in hrefs
* Use SafeYAML to load configuration files
* Warn on SQL query keys, not values in hashes
* Allow inspection of recursive Sexps
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Brakeman
Version = "3.1.1"
Version = "3.1.2"
end

0 comments on commit abc4868

Please sign in to comment.