diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:59:07 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:59:07 +0530 |
commit | a025ecf0730ed0a0eb2b0431fd1564657a97b073 (patch) | |
tree | 52e23131fa22baef799b921bb5022a8b869f5719 /CHANGELOG.md | |
parent | 544ca59f4d985e92dd0b9872e8bd6288659be943 (diff) | |
parent | 38fc3c743bf3e94f2561c017e4d700d91322877d (diff) |
Merge branch 'release' into develop
* release:
build: bump version
CHANGELOG: add entries for #1142 and #1131
Temporarily work around SSHJ compatibility issues (#1142)
all: refactor ActivityResultContracts usages to adhere to API requirements
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0ab9b8..508b409a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ All notable changes to this project will be documented in this file. - Add GPG key selection step to onboarding flow - Allow configuring an app-wide HTTP(S) proxy +## [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 @@ -358,7 +365,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 |