Prepare release 1.2.0 (#378)

This commit is contained in:
Joona Hoikkala 2021-01-24 19:02:46 +02:00 committed by GitHub
parent 5b75e9018f
commit 9a5a067bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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

View file

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