Skip to content

Commit

Permalink
Bump version to 1.0.2, write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Mar 24, 2017
1 parent 259c46a commit fefd505
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.2 / 2017-03-24

* [ENHANCEMENT] Improve mounts and init commands [#87]
* [ENHANCEMENT] Document behavior of `-c` [#82]
* [ENHANCEMENT] Pass custom arguments to dmenu completion [#72]
* [ENHANCEMENT] Build with Go 1.8 [#65]
* [BUGFIX] Improve recursive deletes [#55]
* [BUGFIX] Bypass prompts on gopass insert --force [#66]
* [BUGFIX] Able to store secrets, but with errors [#13]
* [BUGFIX] Don't prompt if input from stdin [#58]
* [BUGFIX] Git add fails to "add" removed files [#57]

## 1.0.1 / 2017-02-13

* [FEATURE] Add dmenu support [#47]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,13 @@ $ brew install gopass
#### Debian and Ubuntu

```bash
$ wget https://www.justwatch.com/gopass/releases/1.0.1/gopass_1.0.1_amd64.deb
$ sudo dpkg -i gopass_1.0.1_amd64.deb
$ wget https://www.justwatch.com/gopass/releases/1.0.2/gopass_1.0.2_amd64.deb
$ sudo dpkg -i gopass_1.0.2_amd64.deb
```

### Download

Please visit https://www.justwatch.com/gopass/releases/1.0.1/ for a list of binary releases.
Please visit https://www.justwatch.com/gopass/releases/1.0.2/ for a list of binary releases.

### From Source

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit fefd505

Please sign in to comment.