From 6c7ff05278d06bb430f9a97a30bc731bd3fe8078 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 14:36:55 +0000 Subject: [PATCH] chore(release): v1.2.2 (6) --- .fossify/release-marker.txt | 2 ++ CHANGELOG.md | 5 ++++- fastlane/metadata/android/en-US/changelogs/6.txt | 4 ++++ gradle.properties | 4 ++-- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .fossify/release-marker.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt new file mode 100644 index 00000000..460e7df4 --- /dev/null +++ b/.fossify/release-marker.txt @@ -0,0 +1,2 @@ +# Auto-generated file. DO NOT EDIT. +1.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8a49ed..28616d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2] - 2025-06-08 + ### Fixed - Fixed invisible preferred number indicator in light themes ([#289]) @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.2...HEAD +[1.2.2]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0 diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 00000000..bc6a3886 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,4 @@ +Fixed: + +• Fixed invisible preferred number indicator in light themes + diff --git a/gradle.properties b/gradle.properties index acc0ed27..86c7694b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.2.1 -VERSION_CODE=5 +VERSION_NAME=1.2.2 +VERSION_CODE=6 APP_ID=org.fossify.contacts