Skip to content

Commit

Permalink
Tag 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored and Dominik Schulz committed Oct 25, 2017
1 parent a2acb5e commit 10c2866
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.1 / 2017-10-25

* [ENHANCEMENT] Re-introduce usecolor config option [#414]
* [ENHANCEMENT] Improve documentation [#407] [#409] [#416] [#417]
* [ENHANCEMENT] Add language switch for xckd-style generation [#406]
* [BUGFIX] Fix gpg binary detection [#419]
* [BUGFIX] Fix tests on windows [#421]

## 1.5.0 / 2017-10-17

* [FEATURE] Add secret creation wizard [#386]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func main() {
sv = semver.Version{
Major: 1,
Minor: 5,
Patch: 0,
Patch: 1,
Pre: []semver.PRVersion{
semver.PRVersion{VersionStr: "git"},
},
Expand Down

0 comments on commit 10c2866

Please sign in to comment.