We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d5845 commit 98356c5Copy full SHA for 98356c5
config.go
@@ -6,7 +6,7 @@
6
7
package goat
8
9
-const version = "v0.8.0+"
+const version = "v0.8.1"
10
11
var (
12
uaString = "goat " + version
doc/changes.md
@@ -2,9 +2,15 @@
2
3
## next
4
5
+* ...
+
+## v0.8.1
* FIX: HTTP results did not parse `af`, `src_addr` and `dst_addr` into base results.
Reported by @moonracker
* FIX: `dnsstat` results were case sensitive therefore missed merging of some answers
+* FIX: use of all probes (for authorized users)
13
+* CHANGE: dependency updates
14
15
## v0.8.0
16
0 commit comments