Skip to content

Commit

Permalink
Tag 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Dec 26, 2018
1 parent 8ee931e commit a544295
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 1.8.4 / 2018-12-26

* [ENHANCEMENT] Evaluate templates when inserting single secrets [#1023]
* [ENHANCEMENT] Add fuzzy search dialog for gopass otp [#1021]
* [ENHANCEMENT] Add edit option to search dialog [#1019]
* [ENHANCEMENT] Introduce build tags for experimental features [#1000]
* [BUGFIX] Fix recursive delete [#1024]
* [BUGFIX] Abort tests on critical failures [#997]
* [BUGFIX] Zsh autocompletion [#996]

## 1.8.3 / 2018-11-19

* [ENHANCEMENT] Add zsh autocompletion for insert and generate [#988]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.8.3
1.8.4
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -124,7 +124,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 8,
Patch: 3,
Patch: 4,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit a544295

Please sign in to comment.