Skip to content

Commit

Permalink
Tag 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Dec 2, 2017
1 parent 515b718 commit 3cd42aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.6.2 / 2017-12-02

* [FEATURE] Add gopass fix command [#471]
* [ENHANCEMENT] Add pledge support on OpenBSD [#469]
* [ENHANCEMENT] Improve no clipboard warning [#484]
* [BUGFIX] Allow OTP entry in password field [#467]
* [BUGFIX] Default to vi if no other editor is available [#479]
* [BUGFIX] Avoid auto-search running non-interactively [#483]

## 1.6.1 / 2017-11-15

* [FEATURE] Add generic OTP action [#440]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {
sv = semver.Version{
Major: 1,
Minor: 6,
Patch: 1,
Patch: 2,
Pre: []semver.PRVersion{
semver.PRVersion{VersionStr: "git"},
},
Expand Down

0 comments on commit 3cd42aa

Please sign in to comment.