Skip to content

Commit

Permalink
v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-kisteleki committed Jan 18, 2024
1 parent 94e90f7 commit d02dc89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

package goat

const version = "v0.7.0"
const version = "v0.7.1"

var (
uaString = "goat " + version
Expand Down
5 changes: 5 additions & 0 deletions doc/changes.md
Original file line number Diff line number Diff line change
@@ -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*)
Expand Down

0 comments on commit d02dc89

Please sign in to comment.