Skip to content

Commit 5e21efd

Browse files
authored
Merge pull request #111 from cglewis/master
release v0.3.0
2 parents dd904d5 + d7a0b92 commit 5e21efd

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.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+
17
# v0.2.0 (2020-08-14)
28

39
- Implement mirroring, stacking, FAUCET configuration via RPC.

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.2.0"
12+
version = "0.3.0"
1313
)
1414

1515
func main() {

0 commit comments

Comments
 (0)