diff --git a/CHANGES.md b/CHANGES.md index 27630a108..6b0e72585 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -# 6.2.2 - ? +# 6.2.2 - 2024-10-15 +* Ignore more native gems when building gem * Revamp command injection in `pipeline*` calls * New end-of-support dates for Rails diff --git a/lib/brakeman/version.rb b/lib/brakeman/version.rb index 00e86b41c..709484a09 100644 --- a/lib/brakeman/version.rb +++ b/lib/brakeman/version.rb @@ -1,3 +1,3 @@ module Brakeman - Version = "6.2.1" + Version = "6.2.2" end