Skip to content

Commit

Permalink
0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Oct 25, 2016
1 parent 345952c commit 26139b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.6 (2016-10-25)

- Improve --dry-run output. #204
- Fix for quoting in TXT records. #205

## 0.8.5 (2016-09-16)

- Beta: 'instances' command. #119
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.5"
var version = "0.8.6"

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

0 comments on commit 26139b7

Please sign in to comment.