diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f955f..d6ba421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +# Version 1.5.0 +* Add support for URL logging +* Fix segmentation faults on Mac OS X +* Fix synchronization issues, which caused empty IDs +* Fix feature flags file deletion on logout + # Version 1.4.0 -* Add support for writting encrypted URLs +* Add support for writing encrypted URLs * Add support for feature flags * Fix shared folder username diff --git a/LASTPASS-VERSION-GEN b/LASTPASS-VERSION-GEN index c56693c..c7c375c 100755 --- a/LASTPASS-VERSION-GEN +++ b/LASTPASS-VERSION-GEN @@ -4,7 +4,7 @@ # You can find the original at https://github.com/git/git/blob/master/GIT-VERSION-GEN LPVF=version.h -DEF_VER=v1.4.0.GIT +DEF_VER=v1.5.0.GIT LF=' ' diff --git a/debian/changelog b/debian/changelog index c8ee184..6461ecd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lastpass-cli (1.5.0) unstable; urgency=medium + + * New upstream 1.5.0 + + -- Julio Cavalin Thu, 16 May 2024 14:53:07 +0000 + lastpass-cli (1.4.0) unstable; urgency=medium * New upstream 1.4.0