From d46e14ad51fdef46db68c8ce7ef955e9dc82ddb5 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Tue, 3 Jun 2025 12:02:17 +0530 Subject: [PATCH] chore(release): v1.2.1 (5) --- CHANGELOG.md | 15 ++++++++++++++- fastlane/metadata/android/en-US/changelogs/5.txt | 8 ++++++++ gradle.properties | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/5.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 5168a540..7f757acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2025-06-03 + +### Changed + +- Updated translations + +### Fixed + +- Fixed crash on startup due to private contacts ([#281]) +- Fixed crash when creating new contacts + ## [1.2.0] - 2025-05-31 ### Added @@ -49,7 +60,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.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD +[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 [1.0.1]: https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1 @@ -57,3 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#30]: https://github.com/FossifyOrg/Contacts/issues/30 [#201]: https://github.com/FossifyOrg/Contacts/issues/201 +[#281]: https://github.com/FossifyOrg/Contacts/issues/281 diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 00000000..a022613e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed crash on startup due to private contacts +• Fixed crash when creating new contacts diff --git a/gradle.properties b/gradle.properties index 162c16e3..acc0ed27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.2.0 -VERSION_CODE=4 +VERSION_NAME=1.2.1 +VERSION_CODE=5 APP_ID=org.fossify.contacts