mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Prepare point release v1.0.2 (#175)
This commit is contained in:
parent
5f0d0faeb7
commit
7c6b20a552
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.1-git"
|
||||
VERSION = "1.0.2"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue