Skip to content

Commit

Permalink
Merge pull request #480 from anarkiwi/rel
Browse files Browse the repository at this point in the history
v1.0.0.
  • Loading branch information
anarkiwi authored Aug 26, 2021
2 parents e74fc76 + f05689b commit 30ccb54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.0.0

- Driver name has changed from ovs to dovesnap
- Add cleanup_dovesnap script
- Update faucet, gauge, grafana, pytype, pylint, faucetconfrpc, ovs

# v0.22.6

- Make Join() and CreateEndpoint() non blocking again, but retain the head start on OFPort provisioning in CreateEn
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "0.22.7.dev"
version = "1.0.0"
)

func main() {
Expand Down

0 comments on commit 30ccb54

Please sign in to comment.