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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emate committed Dec 13, 2018
1 parent 2b3eac9 commit f1bb682
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.0-beta1 (November 1, 2018)
## 1.0.1 (December 13, 2018)

Initial release
NEW FEATURES:
* Check for the newest version when using `--verbose` flag

BUG FIXES:
* [[GH-1](https://github.com/zendesk/goship/pull/1)]: execute CheckForNewVersion after parsing flags
* Add warning message when no providers configured
* Fix joining paths when creating cache files
* Fix config file example


## 1.0.0 (December 11, 2018)

Initial public release
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.0"
VersionNumber = "1.0.1"
)

// CheckForNewVersion checks for new version
Expand Down

0 comments on commit f1bb682

Please sign in to comment.