Prepare point release v1.0.2 (#175)

This commit is contained in:
Joona Hoikkala 2020-02-21 22:46:41 +02:00 committed by GitHub
parent 5f0d0faeb7
commit 7c6b20a552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,9 @@
- master
- New
- Changed
- v1.0.2
- Changed
- Write POST request data properly to file when ran with `-od`.
- Fixed a bug by using header canonicaliztion related to HTTP headers being case insensitive.

View file

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