diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 140422843..df66aa760 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.10.0 +1.10.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acdee27d..3cd41d484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.1] - 2026-01-01 +### Changed +- Updated translations + ### Fixed - Fixed incorrect spacing between prefix and last name @@ -251,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#631]: https://github.com/FossifyOrg/Phone/issues/631 [#645]: https://github.com/FossifyOrg/Phone/issues/645 -[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.10.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.10.1...HEAD +[1.10.1]: https://github.com/FossifyOrg/Phone/compare/1.10.0...1.10.1 [1.10.0]: https://github.com/FossifyOrg/Phone/compare/1.9.0...1.10.0 [1.9.0]: https://github.com/FossifyOrg/Phone/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/FossifyOrg/Phone/compare/1.7.3...1.8.0 diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 000000000..670f7f82e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed incorrect spacing between prefix and last name + diff --git a/gradle.properties b/gradle.properties index 2dd4f888b..5fc10d426 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false kotlin.code.style=official # Versioning -VERSION_NAME=1.10.0 -VERSION_CODE=19 +VERSION_NAME=1.10.1 +VERSION_CODE=20 APP_ID=org.fossify.phone