diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 1517cbc5..09699003 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ -# Auto-generated file. DO NOT EDIT. MANUAL TRIGGER. -1.11.0 +# Auto-generated file. DO NOT EDIT. +1.11.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0175871..7375ee44 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.11.1] - 2026-02-01 +### Changed +- Updated translations + ### Fixed - Fixed truncated long names in call history ([#157]) - Fixed truncated long names on call screen ([#286]) @@ -267,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#645]: https://github.com/FossifyOrg/Phone/issues/645 [#696]: https://github.com/FossifyOrg/Phone/issues/696 -[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.11.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.11.1...HEAD +[1.11.1]: https://github.com/FossifyOrg/Phone/compare/1.11.0...1.11.1 [1.11.0]: https://github.com/FossifyOrg/Phone/compare/1.10.0...1.11.0 [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 diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 00000000..66acec8d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,9 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed truncated long names in call history +• Fixed truncated long names on call screen + diff --git a/gradle.properties b/gradle.properties index 4ff75eab..9ee1fad2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,6 +22,6 @@ android.nonTransitiveRClass=false kotlin.code.style=official # Versioning -VERSION_NAME=1.11.0 -VERSION_CODE=21 +VERSION_NAME=1.11.1 +VERSION_CODE=22 APP_ID=org.fossify.phone