summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-24 15:00:06 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-24 15:00:06 +0530
commit8355db86f529d892dfd87b2b4643dedcf4f1faaa (patch)
treef12325f119976fbe76bcd2792001a6fc30b6b899
parent6203855b1583dc72bb32062aa655cf5190643a24 (diff)
Prepare release 1.12.0v1.12.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/build.gradle.kts4
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e07f1509..e57ae0ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [1.12.0] - 2020-09-24
+
### Added
- Allow sorting by recently used
@@ -345,7 +347,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/v1.11.3...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...HEAD
+
+[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index f90511d9..3311efe2 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
- versionCode = 11131
- versionName = "1.12.0-SNAPSHOT"
+ versionCode = 11200
+ versionName = "1.12.0"
}
lintOptions {