diff --git a/CHANGELOG.md b/CHANGELOG.md index f25eb48..89d9a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog - master + - New + - Changed + +- v1.5.0 - New - New autocalibration options: `-ach`, `-ack` and `-acs`. Revamped the whole autocalibration process - Configurable modes for matchers and filters (CLI flags: `fmode` and `mmode`): "and" and "or" diff --git a/pkg/ffuf/version.go b/pkg/ffuf/version.go index b4fd473..eee0c07 100644 --- a/pkg/ffuf/version.go +++ b/pkg/ffuf/version.go @@ -2,7 +2,7 @@ package ffuf var ( //VERSION holds the current version number - VERSION = "1.4.1" + VERSION = "1.5.0" //VERSION_APPENDIX holds additional version definition VERSION_APPENDIX = "-dev" )