Skip to content

Commit 7635a56

Browse files
authored
Merge pull request #122 from anarkiwi/v4
v4 notes.
2 parents c4f0386 + 9571299 commit 7635a56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# v0.3.0 (2020-08-21)
28

39
- Add option for using DHCP

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
version = "0.3.0"
12+
version = "0.4.0"
1313
)
1414

1515
func main() {

0 commit comments

Comments
 (0)