Prepare for 1.5.0 release (#23)

This commit is contained in:
Joona Hoikkala 2022-04-04 02:46:43 +03:00 committed by Joona Hoikkala
parent 1db80d49fc
commit 5c489aea78
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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"
)