Prepare for release 1.4.0 (#535)

* Prepare for release 1.4.0

* Prep changelog
This commit is contained in:
Joona Hoikkala 2022-03-26 11:01:25 +02:00 committed by GitHub
parent 4436ff79d4
commit f6735d56dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## Changelog
- master
- New
- Changed
- v1.4.0
- New
- Added response time logging and filtering
- Added a CLI flag to specify TLS SNI value

View file

@ -2,7 +2,7 @@ package ffuf
var (
//VERSION holds the current version number
VERSION = "1.3.1"
VERSION = "1.4.0"
//VERSION_APPENDIX holds additional version definition
VERSION_APPENDIX = "-dev"
)