Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Sep 13, 2016
1 parent d3f2a3a commit 08607ca
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 @@
## 0.8.4 (2016-09-10)

- Fix for listing > 100 zones. #196

## 0.8.3 (2016-09-10)

- Handle aliases with multiple types correctly. #195
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 (
)

var r53 *route53.Route53
var version = "0.8.3"
var version = "0.8.4"

// Main entry point for cli53 application
func Main(args []string) int {
Expand Down

0 comments on commit 08607ca

Please sign in to comment.