We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f0386 + 9571299 commit 7635a56Copy full SHA for 7635a56
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v0.4.0 (2020-08-27)
2
+
3
+- add/remove non-dovesnap managed ports to bridges to FAUCET
4
+- ARM compatibility
5
+- Updated grafana, faucetconfrpc
6
7
# v0.3.0 (2020-08-21)
8
9
- Add option for using DHCP
main.go
@@ -9,7 +9,7 @@ import (
)
10
11
const (
12
- version = "0.3.0"
+ version = "0.4.0"
13
14
15
func main() {
0 commit comments