Skip to content

Commit

Permalink
Merge pull request #189 from anarkiwi/rel
Browse files Browse the repository at this point in the history
0.8.0
  • Loading branch information
cglewis authored Oct 8, 2020
2 parents 44ef0be + 04d550f commit 67e7a3d
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 @@
# v0.8.0 (2020-10-09)

- add JSON endpoint to get dovesnap state
- log MAC address of containers
- Update faucet, faucetconfrpc, certstrap, grafana, grpc

# v0.7.0 (2020-09-30)

- allow ACL on NAT port
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.7.0"
version = "0.8.0"
)

func main() {
Expand Down

0 comments on commit 67e7a3d

Please sign in to comment.