diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac68d365..ac65323e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index ce018bc60..56ae8d8dd 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -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)