summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--app/build.gradle2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a10857c9..2f34dfa6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,12 @@ All notable changes to this project will be documented in this file.
- Initial support for detecting and filling OTP fields with Autofill
- Importing TOTP secrets using QR codes
+## [1.9.2] - 2020-06-30
+
+### Fixed
+
+- App crashes upon launching the app for the first time
+
## [1.9.1] - 2020-06-28
### Fixed
@@ -220,7 +226,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.9.1...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.2...HEAD
+
+[1.9.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.1...1.9.2
[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.0...1.9.1
diff --git a/app/build.gradle b/app/build.gradle
index eaef71c2..4489c0ba 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -25,7 +25,7 @@ android {
defaultConfig {
applicationId 'dev.msfjarvis.aps'
- versionCode 10911
+ versionCode 10921
versionName '1.10.0-SNAPSHOT'
}