Skip to content

Commit

Permalink
Bump to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Aug 4, 2020
1 parent a7aef1b commit aaa1bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
# 4.9.0 - 2020-08-04

* Add check for CVE-2020-8166 (Jamie Finnigan)
* Avoid warning when `safe_yaml` is used via `YAML.load(..., safe: true)`
* Add check for user input in `ERB.new` (Matt Hickman)
* Add `--ensure-ignore-notes` (Eli Block)
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 = "4.8.2"
Version = "4.9.0"
end

0 comments on commit aaa1bf3

Please sign in to comment.