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

Commit

Permalink
Version 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emate committed Jan 9, 2020
1 parent 4b2ce56 commit 8b2163f
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 @@
## 1.0.5 (January 9, 2020)

NEW FEATURES:
* [[GH-13](https://github.com/zendesk/goship/pull/13)]: Implemented --ssh-command flag for ssh command for remote execution


## 1.0.4 (March 15, 2019)

* EC2 provider: fallback to Private IP/DNS when public is not available
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.4"
VersionNumber = "1.0.5"
)

// CheckForNewVersion checks for new version
Expand Down

0 comments on commit 8b2163f

Please sign in to comment.