From fe3ec3669269e8c51e7b2d080b2a60bf9b9d9595 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 24 Jan 2021 18:58:42 +0200 Subject: [PATCH] Prepare release 1.2.0 --- CHANGELOG.md | 4 ++++ LICENSE | 2 +- pkg/ffuf/const.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085ee440..31bd4b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/LICENSE b/LICENSE index 69ef32ea..c6624529 100644 --- a/LICENSE +++ b/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 diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index 7ce2fe17..2d376b11 100644 --- a/pkg/ffuf/const.go +++ b/pkg/ffuf/const.go @@ -2,5 +2,5 @@ package ffuf const ( //VERSION holds the current version number - VERSION = "1.2.0-git" + VERSION = "1.2.0" )