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>
This commit is contained in:
commit
a025ecf073
2 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
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
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId = "dev.msfjarvis.aps"
|
||||
versionCode = 11201
|
||||
versionCode = 11211
|
||||
versionName = "1.13.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue