diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cccb809c..74381adad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file ## [Unreleased] +## [1.19.3] - 2026-07-31 + +### Fixed + +- Git sync for passkey credentials is now durable and recovers remote credentials on miss + ## [1.19.2] - 2026-07-29 ### Fixed @@ -833,7 +839,8 @@ All notable changes to this project will be documented in this file - Fix elements overlapping. -[unreleased]: https://github.com/pando85/Android-Password-Store/compare/v1.19.2...HEAD +[unreleased]: https://github.com/pando85/Android-Password-Store/compare/v1.19.3...HEAD +[1.19.3]: https://github.com/pando85/Android-Password-Store/compare/v1.19.2...v1.19.3 [1.19.2]: https://github.com/pando85/Android-Password-Store/compare/v1.19.1...v1.19.2 [1.19.1]: https://github.com/pando85/Android-Password-Store/compare/v1.19.0...v1.19.1 [1.19.0]: https://github.com/pando85/Android-Password-Store/compare/v1.18.0...v1.19.0 diff --git a/app/version.properties b/app/version.properties index af027ccc1..7f674480a 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,5 +1,5 @@ # # This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. # -versioning-plugin.versionCode=11902 -versioning-plugin.versionName=1.19.2 +versioning-plugin.versionCode=11903 +versioning-plugin.versionName=1.19.3