diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index cc27b19a..e4ffbaa6 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.5.0 +1.5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a701d07..4ffaed05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.1] - 2026-01-01 +### Changed +- Updated translations + ### Fixed - Fixed incorrect spacing between prefix and last name ([#157]) @@ -119,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#360]: https://github.com/FossifyOrg/Contacts/issues/360 [#415]: https://github.com/FossifyOrg/Contacts/issues/415 -[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.5.1...HEAD +[1.5.1]: https://github.com/FossifyOrg/Contacts/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/FossifyOrg/Contacts/compare/1.4.0...1.5.0 [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 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 00000000..b917392c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed incorrect spacing between prefix and last name + diff --git a/gradle.properties b/gradle.properties index 8de2ea88..c3a53508 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.5.0 -VERSION_CODE=12 +VERSION_NAME=1.5.1 +VERSION_CODE=13 APP_ID=org.fossify.contacts