Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jul 19, 2017
1 parent 79864ca commit 5175170
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
## Master
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.2...master)
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.3...master)

## Version 2.9.3
Released: 2017-07-19

* Updated dependencies and required ruby version
* Made some changes so wpscan works in ruby 2.4
* Added a Gemfile.lock to lock all dependencies
* You can now pass a wordlist from stdin via "--wordlist -"
* Improved version detection regexes
* Added an optional paramter to --log to specify a filename

## Version 2.9.2
Released: 2016-11-15
Expand Down
2 changes: 1 addition & 1 deletion lib/common/common_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

MIN_RUBY_VERSION = '2.1.9'

WPSCAN_VERSION = '2.9.2'
WPSCAN_VERSION = '2.9.3'

$LOAD_PATH.unshift(LIB_DIR)
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)
Expand Down

0 comments on commit 5175170

Please sign in to comment.