From 2e89a383c31563852913164274094e74baa5827c Mon Sep 17 00:00:00 2001 From: Andras Rutkai Date: Thu, 17 May 2018 11:40:23 +0200 Subject: [PATCH] Preparing release 1.3.1 Signed-off-by: Andras Rutkai --- CHANGELOG.md | 7 +++++++ debian/changelog | 6 ++++++ version.h | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3601a18..ea2c13fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Version 1.3.1 + * Revert "pins: remove GlobalSign R1/R3 pins" from Robert Copeland + * Readme update from Wesley Schwengle + * Add Dockerfile to create a clean build environment from Wesley Schwengle + * Missing dependencies in readme + * Added CLion project files to ignore list + # Version 1.3.0 * `lpass show` now supports `--json` format * `lpass show` now supports `--quiet` flag to suppress prompts, diff --git a/debian/changelog b/debian/changelog index 4e9cdb98..10f3d17c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lastpass-cli (1.3.1) unstable; urgency=medium Thu, 17 May 2018 11:39:15 +0200 + + * New upstream 1.3.1 + + -- Andras Rutkai Thu, 15 Mar 2018 10:16:04 -0400 + lastpass-cli (1.3.0) unstable; urgency=medium * New upstream 1.3.0 diff --git a/version.h b/version.h index e4b8eb54..dab96401 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define LASTPASS_CLI_VERSION "1.3.0" +#define LASTPASS_CLI_VERSION "1.3.1" #define LASTPASS_CLI_USERAGENT "LastPass-CLI/" LASTPASS_CLI_VERSION