diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc47ff..ebc5b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog - - master + - New + + - Changed + +- v1.1.0 - New - New CLI flag `-maxtime-job` to set max. execution time per job. - Changed behaviour of `-maxtime`, can now be used for entire process. diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 8194ff4..a29a9d1 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.0-git" + VERSION = "1.1.0" )