diff --git a/config.go b/config.go index eda34bc..a6fc535 100644 --- a/config.go +++ b/config.go @@ -6,7 +6,7 @@ package goat -const version = "v0.7.0" +const version = "v0.7.1" var ( uaString = "goat " + version diff --git a/doc/changes.md b/doc/changes.md index c74934c..66275b2 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -1,5 +1,10 @@ # goat changelog +## v0.7.1 + +* FIX: (TLS) server cipher may be missing even if there is no alert +* CHANGED: added `-timeout` parameter to result streaming + ## v0.7.0 * CHANGED: merged *goatAPI* and *goatCLI* into one package *goat* with goatCLI as a command (simply named *goat*)