From 47748b9ba65540aecfc62eaf5521df85c65e011c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 21 Feb 2020 22:52:15 +0530 Subject: [PATCH] Update CHANGELOG Signed-off-by: Harsh Shandilya --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd34c0534..4bbbe9d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [1.5.0] - 2020-02-21 + ### Added - Fast scroller with alphabetic hints - UI button to create new folders @@ -77,6 +79,9 @@ All notable changes to this project will be documented in this file. - Fix elements overlapping. +[Unreleased]: https://github.com/zeapo/android-password-store/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/zeapo/android-password-store/compare/v1.4.0...v1.5.0 +[1.4.0]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.4.0 [1.3.2]: https://github.com/zeapo/android-password-store/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/zeapo/android-password-store/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/zeapo/android-password-store/compare/v1.2.0.75...v1.3.0