From 0aa69b527cc7180c421cd2369ddc4d3b13cd89cc Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 4 Apr 2022 01:22:50 +0300 Subject: [PATCH] Prepare point release v1.4.1 (#538) --- CHANGELOG.md | 4 ++++ pkg/ffuf/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fae10..283c12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ - master - New - Changed + +- v1.4.1 + - New + - Changed - Fixed a bug with recursion, introduced in the 1.4.0 release - Recursion now works better with multiple wordlists, disabling unnecessary wordlists for queued jobs where needed diff --git a/pkg/ffuf/version.go b/pkg/ffuf/version.go index e8fd757..b4fd473 100644 --- a/pkg/ffuf/version.go +++ b/pkg/ffuf/version.go @@ -2,7 +2,7 @@ package ffuf var ( //VERSION holds the current version number - VERSION = "1.4.0" + VERSION = "1.4.1" //VERSION_APPENDIX holds additional version definition VERSION_APPENDIX = "-dev" )