summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--app/build.gradle.kts4
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bc98f45..b4789e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
-## [1.12.0] - 2020-09-24
+## [1.12.1] - 2020-10-13
### Fixed
- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`.
- ECDSA key exchanges failed resulting in users being unable to clone repositories.
+## [1.12.0] - 2020-09-24
+
### Added
- Allow sorting by recently used
@@ -352,7 +354,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.12.0...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.1...HEAD
+
+[1.12.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...v1.12.0
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 3311efe2..013e2e4e 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
- versionCode = 11200
- versionName = "1.12.0"
+ versionCode = 11210
+ versionName = "1.12.1"
}
lintOptions {