diff --git a/CHANGES b/CHANGES index 366ee062b4341bb7fa9559a7d3e480b3ad33a053..84da5569a179b6b4eb771e0189da234774273a75 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +# 1.6.0 + + * Remove the Ruport dependency (Neil Matatall) + * Add more informational JSON output (Neil Matatall) + * Add comparison to previous JSON report (Neil Matatall) + * Add highlighting of dangerous values in HTML/text reports + * Model#update_attribute should not raise mass assignment warning (Dave Worth) + * Don't check `find_by_*` method for SQL injection + * Fix duplicate reporting of mass assignment and SQL injection + * Fix rescanning of deleted files + * Properly check for rails_xss in Gemfile + # 1.5.3 * Add check for user input in Object#send (Neil Matatall) diff --git a/lib/brakeman/version.rb b/lib/brakeman/version.rb index 59782baac63466f37f2377fb0d2fb715ca648dbd..c407fee38a8120b7dc18499a303c52138660b223 100644 --- a/lib/brakeman/version.rb +++ b/lib/brakeman/version.rb @@ -1,3 +1,3 @@ module Brakeman - Version = "1.6.0.pre1" + Version = "1.6.0" end