Skip to content

Commit c6aa5b1

Browse files
authored
Merge pull request #137 from anarkiwi/rel
0.5.0
2 parents 64e25ba + dddf2f7 commit c6aa5b1

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.5.0 (2020-09-04)
2+
3+
- update faucetconfrpc, certstrap
4+
- graph_dovesnap vizualization script
5+
- support OVS userspace mode
6+
17
# v0.4.0 (2020-08-27)
28

39
- add/remove non-dovesnap managed ports to bridges to FAUCET

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

1515
func main() {

0 commit comments

Comments
 (0)