diff --git a/CHANGELOG.md b/CHANGELOG.md index 716fafd..b4fb0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ - master - New + - Changed +- v1.0.2 - Changed - Write POST request data properly to file when ran with `-od`. - Fixed a bug by using header canonicaliztion related to HTTP headers being case insensitive. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 6e9d947..c83b8d3 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.1-git" + VERSION = "1.0.2" )