diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9e220..1e908de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog - master + - New + - Changed + +- v1.0 - New - New CLI flag `-ic` to ignore comments from wordlist. - New CLI flags `-request` to specify the raw request file to build the actual request from and `-request-proto` to define the new request format. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 7a5c4ac..6e9d947 100644 --- a/pkg/ffuf/const.go +++ b/pkg/ffuf/const.go @@ -2,5 +2,5 @@ package ffuf const ( //VERSION holds the current version number - VERSION = "1.0" + VERSION = "1.1-git" )