Skip to content

Commit

Permalink
Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Collins committed Feb 24, 2012
1 parent 820ba36 commit 84c5c21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.4.0

* Add check for user input in link_to href parameter
* Match ERB processing to rails_xss plugin when plugin used
* Add Brakeman::Report#to_json, Brakeman::Warning#to_json
* Warnings below minimum confidence are dropped completely
* Brakeman.run always returns a Tracker

# 1.3.0

* Add file paths to HTML report
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 = "1.3.0"
Version = "1.4.0"
end

0 comments on commit 84c5c21

Please sign in to comment.