Skip to content

Commit

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

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Jul 2, 2021
1 parent 8bce2fc commit 0c7fcb1
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.12.7 / 2021-07-02

* DOCUMENTATION Fixed Single Line Formating for Clone Documentation (#1943)
* [BUGFIX] Allow --strict to be chained with --symbols (#1952, #1941)
* [BUGFIX] Normalize recipient IDs before comparison (#1953, #1900)
* [BUGFIX] Use /tmp for GIT_SSH_COMMAND on Mac (#1951, #1896)
* [ENHANCEMENT] Add warning when parsing content (#1950)

## 1.12.6 / 2021-05-01

* [BUGFIX] Do not recurse with a key (#1907, #1906)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.6
1.12.7
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 2021" "gopass (github.com/gopasspw/gopass) 1.12.6" "User Commands"
.TH GOPASS "1" "July 2021" "gopass (github.com/gopasspw/gopass) 1.12.7" "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 @@ -17,7 +17,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 12,
Patch: 6,
Patch: 7,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit 0c7fcb1

Please sign in to comment.