Skip to content

Commit

Permalink
Merge pull request #101 from anarkiwi/ver
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
anarkiwi authored Aug 14, 2020
2 parents 6c997d5 + 18368fd commit f3864b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.2.0 (2020-08-14)

- Implement mirroring, stacking, FAUCET configuration via RPC.

# v0.1.1 (2020-05-21)

- Initial release (fork from https://github.com/gopher-net/docker-ovs-plugin).
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "0.1.1"
version = "0.2.0"
)

func main() {
Expand Down

0 comments on commit f3864b5

Please sign in to comment.