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

Commit

Permalink
Merge pull request #24 from KohlsTechnology/release-v0.1.1
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
seanmalloy authored Jan 6, 2020
2 parents e643f06 + 2900168 commit abdf3a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## v0.1.1 (Unreleased)
## v0.1.1 (January 6, 2020)
FEATURES:
* None

CHANGES:
* Update to Go 1.13 and switch to Go Modules [GH-16](https://github.com/KohlsTechnology/git2consul-go/pull/16)
* Add git branch, git commit, Go version, and build date to version output [GH-19](https://github.com/KohlsTechnology/git2consul-go/pull/19)
* Enable gitter for this repo [GH-23](https://github.com/KohlsTechnology/git2consul-go/pull/23)

BUG FIXES:
* None

## v0.1.0
#
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.1.1-dev"
Version = "v0.1.1"
)

// Print writes application version details to standard output.
Expand Down

0 comments on commit abdf3a1

Please sign in to comment.