Skip to content

Commit

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

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz authored Mar 13, 2021
1 parent 7cf2f2d commit fb02b5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.12.2 / 2021-03-13

* [BUGFIX] Do not fail if reminder is unavailable (#1835, #1832)
* [BUGFIX] Do not shadow directories (#1817, #1813)
* [BUGFIX] Do not trigger ClamAV FP (#1810, #1807)
* [BUGFIX] Fix -o (#1822)
* [BUGFIX] Honor Ctrl+C while waiting for user input (#1805, #1800)
* [ENHANCEMENT] Add gopass.1 man page (#1827, #1824)
* [UX] Adding the grep command to --help (#1826, #1825)

## 1.12.1 / 2021-02-17

* [BUGFIX] Enable updater on Windows (#1790, #1789)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.12.2
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: 1,
Patch: 2,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit fb02b5c

Please sign in to comment.