Prepare release 0.12 (#104)

This commit is contained in:
Joona Hoikkala 2019-11-16 18:19:07 +02:00 committed by GitHub
parent c29efff5f7
commit d4e88ade95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -191,6 +191,10 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l
## Changelog
- master
- New
- Changed
- v0.12
- New
- Added a new flag to select a multi wordlist operation mode: `--mode`, possible values: `clusterbomb` and `pitchfork`.
- Added a new output file format eJSON, for always base64 encoding the input data.

View file

@ -2,5 +2,5 @@ package ffuf
const (
//VERSION holds the current version number
VERSION = "0.12git"
VERSION = "0.12"
)