From 11ece7db1726b73ef0c4bdc2d798efb66e9e0965 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 13 Apr 2019 16:28:47 +0300 Subject: [PATCH] Release 0.9 done (#28) --- README.md | 5 +++++ pkg/ffuf/const.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8bdf13..f99205e 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Changelog +- master + - New + + - Changed + - v0.9 - New - New output file formats: CSV and eCSV (CSV with base64 encoded input field to avoid CSV breakage with payloads containing a comma) diff --git a/pkg/ffuf/const.go b/pkg/ffuf/const.go index ebc213f..07c3949 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 = "0.9" + VERSION = "0.10git" )