diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:54:26 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:54:26 +0530 |
commit | 38fc3c743bf3e94f2561c017e4d700d91322877d (patch) | |
tree | 0097c9edfdde316cf30edee341893d8031863433 /CHANGELOG.md | |
parent | 4fbdc0e7232559f99aa27784f0a85ab13c024962 (diff) |
build: bump versionv1.12.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 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 |