Skip to content

Commit

Permalink
Tag v1.14.3 (gopasspw#2250)
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Yolan Romailler <anomalroil@users.noreply.github.com>
  • Loading branch information
AnomalRoil authored May 31, 2022
1 parent d00a8e1 commit 12b3746
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.14.3 / 2022-05-31

* [BUGFIX] Do not print progress bar on otp --clip (#2243)
* [BUGFIX] Removing shadowing warning when using -o/--password (#2245)
* [CLEANUP] Deprecate OutputIsRedirected in favour of IsTerminal (#2248)
* [DOCUMENTATION] Adding doc about YAML entries and unsafe-keys (#2244)
* [ENHANCEMENT] Allow deleting multiple secrets (#2239)

## 1.14.2 / 2022-05-22

* [BUGFIX] Fix gpg identity detection (#2218, #2179)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.2
1.14.3
2 changes: 1 addition & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "May 2022" "gopass (github.com/gopasspw/gopass) 1.14.2" "User Commands"
.TH GOPASS "1" "May 2022" "gopass (github.com/gopasspw/gopass) 1.14.3" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 14,
Patch: 2,
Patch: 3,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit 12b3746

Please sign in to comment.