Skip to content

Commit

Permalink
Bump to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed May 1, 2022
1 parent 0be81f6 commit c623746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
# 5.2.3 - 2022-05-01

* Fix error with hash shorthand syntax
* Match order of interactive options with help message (Rory O'Kane)

# 5.2.2 - 2022-04-06

* Update `ruby_parser` for Ruby 3.1 support (Merek Skubela)
Expand Down
2 changes: 1 addition & 1 deletion lib/brakeman/version.rb
@@ -1,3 +1,3 @@
module Brakeman
Version = "5.2.2"
Version = "5.2.3"
end

0 comments on commit c623746

Please sign in to comment.