Skip to content

Commit

Permalink
Tag v1.14.4 (#2297)
Browse files Browse the repository at this point in the history
* Tag v1.14.4

RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Yolan Romailler <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Yolan Romailler <[email protected]>

Co-authored-by: Yolan Romailler <[email protected]>
  • Loading branch information
dominikschulz and AnomalRoil authored Aug 2, 2022
1 parent 49182d7 commit 4523152
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.14.4 / 2022-08-02

* [BREAKING] gopass otp will automatically update the counter key in HTOP secrets! (#2278)
* [BUGFIX] Allow removing unknown recipients with --force (#2253)
* [BUGFIX] Honor PASSWORD_STORE_DIR (#2272)
* [BUGFIX] Honor OTP key period from URL (#2278)
* [BUGFIX] Wizard: Enforce min and max length. (#2293)
* [CLEANUP] Use Go 1.19 (#2296)
* [ENHANCEMENT] Automatically sync once a week (#2191)
* [ENHANCEMENT] Scan for vulnerabilities and add SBOM on (#2268)
* [ENHANCEMENT] Use packages.gopass.pw for APT packages (#2261)

## 1.14.3 / 2022-05-31

* [BUGFIX] Do not print progress bar on otp --clip (#2243)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.3
1.14.4
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.3" "User Commands"
.TH GOPASS "1" "August 2022" "gopass (github.com/gopasspw/gopass) 1.14.4" "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: 3,
Patch: 4,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit 4523152

Please sign in to comment.