diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 1d37a68f0..f192ffb2a 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.7.2 +1.7.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c3c57c0..c431415f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.3] - 2025-10-16 +### Changed +- Updated translations + ### Fixed - Fixed crash in call history - Fixed custom sorting in favorites not taking effect until app restart ([#389]) @@ -212,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#585]: https://github.com/FossifyOrg/Phone/issues/585 [#594]: https://github.com/FossifyOrg/Phone/issues/594 -[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.7.2...HEAD +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.7.3...HEAD +[1.7.3]: https://github.com/FossifyOrg/Phone/compare/1.7.2...1.7.3 [1.7.2]: https://github.com/FossifyOrg/Phone/compare/1.7.1...1.7.2 [1.7.1]: https://github.com/FossifyOrg/Phone/compare/1.7.0...1.7.1 [1.7.0]: https://github.com/FossifyOrg/Phone/compare/1.6.2...1.7.0 diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 000000000..83fd04295 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,9 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed crash in call history +• Fixed custom sorting in favorites not taking effect until app restart + diff --git a/gradle.properties b/gradle.properties index 20951889e..8061804ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false kotlin.code.style=official # Versioning -VERSION_NAME=1.7.2 -VERSION_CODE=15 +VERSION_NAME=1.7.3 +VERSION_CODE=16 APP_ID=org.fossify.phone