diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e74baf..11e2459b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/debian/changelog b/debian/changelog index 4fafa6be..107dec56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lastpass-cli (1.2.0) unstable; urgency=medium + + * New upstream 1.2.0 + + -- Bob Copeland Wed, 07 Jun 2017 15:15:56 -0400 + lastpass-cli (1.1.2) unstable; urgency=medium * New upstream 1.1.2 diff --git a/version.h b/version.h index ace5b252..a3948dc1 100644 --- a/version.h +++ b/version.h @@ -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