aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--app/build.gradle.kts4
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d08de4df..1d30e98c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [1.13.4] - 2021-03-20
+
+- Fix support for ECDSA SSH keys and support AES-GCM
+- Fix a couple issues with Autofill
+
## [1.13.3] - 2021-03-06
### Fixed
@@ -415,7 +420,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.13.3...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.4...HEAD
+
+[1.13.4]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.3...v1.13.4
[1.13.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.13.2...v1.13.3
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d41807a3..f1f979d7 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -35,8 +35,8 @@ android {
defaultConfig {
applicationId = "dev.msfjarvis.aps"
- versionCode = 1_13_30
- versionName = "1.13.3"
+ versionCode = 1_13_40
+ versionName = "1.13.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}