mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Prepare release 1.2.0 (#378)
This commit is contained in:
parent
5b75e9018f
commit
9a5a067bca
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
## Changelog
|
||||
- master
|
||||
- New
|
||||
- Changed
|
||||
|
||||
- v1.2.0
|
||||
- New
|
||||
- Added 405 Method Not Allowed to list of status codes matched by default.
|
||||
- New CLI flag `-rate` to set maximum rate of requests per second. The adjustment is dynamic.
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 Joona Hoikkala
|
||||
Copyright (c) 2021 Joona Hoikkala
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -2,5 +2,5 @@ package ffuf
|
|||
|
||||
const (
|
||||
//VERSION holds the current version number
|
||||
VERSION = "1.2.0-git"
|
||||
VERSION = "1.2.0"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue