Skip to content

Commit

Permalink
version: prepare version 1.2.0
Browse files Browse the repository at this point in the history
Add the changelogs for the next release.

Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Jun 7, 2017
1 parent 1ba2e60 commit 8f155ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 1.2.0
* ```lpass show``` now supports new-style multiline ssh keys
* ```lpass export``` now supports --fields=FIELDLIST argument to
control output, with patches from Kyle Burton
* ```lpass ls``` now always shows empty shared folders
* ```lpass edit``` can now set the 'master password reprompt' field in sites
* ```lpass share create``` now shows the created share name
* Bugfix: crash in `lpass show` fixed by Kyle Burton
* build fixes for termux and documentation updates, from Christian Rondeau
* documentation updates for Ubuntu from Craig Menning and Glenn Oppegard
* Test suite now included covering basic operations

# Version 1.1.2
* Bugfix: crash with ```lpass logout --color=never``` fixed
* Bugfix: ```lpass add``` with secure notes works again
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lastpass-cli (1.2.0) unstable; urgency=medium

* New upstream 1.2.0

-- Bob Copeland <[email protected]> Wed, 07 Jun 2017 15:15:56 -0400

lastpass-cli (1.1.2) unstable; urgency=medium

* New upstream 1.1.2
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define LASTPASS_CLI_VERSION "1.1.2"
#define LASTPASS_CLI_VERSION "1.2.0"
#define LASTPASS_CLI_USERAGENT "LastPass-CLI/" LASTPASS_CLI_VERSION

0 comments on commit 8f155ef

Please sign in to comment.