aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-08-21 01:09:47 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-08-21 01:11:13 +0530
commit84afcb183ff4a9fff394ae4ab584cec10a35fbfe (patch)
tree1c42f4c72cab5e1d55f43135ef5b614710a3ca4c
parent7a7e58f6dd0881d032742b1f7997e86e1ef56d49 (diff)
Update CHANGELOG
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74e5b01b..241a1b4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [1.11.1] - 2020-08-21
+
+### Fixed
+
+- App failed to start on Android 7 and below
+
## [1.11.0] - 2020-08-18
### Added
+
- Allow changing the branch used for Git operations
- Allow setting a subdirectory key when creating folders
- Allow adding digits/symbols in XkPasswd generated passwords using a mask-like value (`dds` gives you two digits and a symbol, and so on)
@@ -297,7 +304,9 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.
-[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...HEAD
+
+[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...1.11.1
[1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...1.11.0