We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd904d5 + d7a0b92 commit 5e21efdCopy full SHA for 5e21efd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v0.3.0 (2020-08-21)
2
+
3
+- Add option for using DHCP
4
+- Ability to restart dovesnap and have it recovering existing networks
5
+- Updated grafana, faucet and gauge
6
7
# v0.2.0 (2020-08-14)
8
9
- Implement mirroring, stacking, FAUCET configuration via RPC.
main.go
@@ -9,7 +9,7 @@ import (
)
10
11
const (
12
- version = "0.2.0"
+ version = "0.3.0"
13
14
15
func main() {
0 commit comments