Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Version 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emate committed Dec 17, 2018
1 parent 5b65335 commit b4b56db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.2 (December 17, 2018)

BUG FIXES:
* [[GH-6](https://github.com/zendesk/goship/pull/6)]: AwsEc2Cache Refresh() fix
* [[GH-8](https://github.com/zendesk/goship/pull/8)]: Print errors when checking for the newer version
* [[GH-9](https://github.com/zendesk/goship/pull/9)]: Fix cache refresh messages

OTHER:
* [[GH-7](https://github.com/zendesk/goship/pull/7)]: Enable unit-tests and test PR building with Travis


## 1.0.1 (December 13, 2018)

NEW FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var (
// VersionNumber defines a version
VersionNumber = "1.0.1"
VersionNumber = "1.0.2"
)

// CheckForNewVersion checks for new version
Expand Down

0 comments on commit b4b56db

Please sign in to comment.