diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index d5223c93..0965dbe6 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.3.0 +1.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9c0e94..acad90a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2025-10-29 ### Changed - Compatibility updates for Android 15 & 16 - Search query is now preserved when switching tabs +- Updated translations ## [1.3.0] - 2025-10-09 ### Added @@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#339]: https://github.com/FossifyOrg/Contacts/issues/339 [#360]: https://github.com/FossifyOrg/Contacts/issues/360 -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...HEAD +[1.4.0]: https://github.com/FossifyOrg/Contacts/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Contacts/compare/1.2.5...1.3.0 [1.2.5]: https://github.com/FossifyOrg/Contacts/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/FossifyOrg/Contacts/compare/1.2.3...1.2.4 diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 00000000..a23e12f6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,6 @@ +Changed: + +• Compatibility updates for Android 15 & 16 +• Search query is now preserved when switching tabs +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 4f32eb7d..c4f5ee49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.3.0 -VERSION_CODE=10 +VERSION_NAME=1.4.0 +VERSION_CODE=11 APP_ID=org.fossify.contacts