Skip to content

Commit eb9f06f

Browse files
chore(release): v1.2.2 (6) (#295)
* chore(release): v1.2.2 (6) * chore(release): copy changelog from previous version --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent fc5b306 commit eb9f06f

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.2.2

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.2] - 2025-06-17
11+
1012
### Changed
1113

1214
- Updated translations
@@ -68,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6870
### Added
6971
- Initial release
7072

71-
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD
73+
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.2...HEAD
74+
[1.2.2]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...1.2.2
7275
[1.2.1]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...1.2.1
7376
[1.2.0]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
7477
[1.1.0]: https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed crash on startup due to private contacts
8+
• Fixed crash when creating new contacts
9+
• Fixed invisible preferred number indicator in light themes
10+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.gradle.jvmargs=-Xmx8192m
55

66
# Versioning
7-
VERSION_NAME=1.2.1
8-
VERSION_CODE=5
7+
VERSION_NAME=1.2.2
8+
VERSION_CODE=6
99
APP_ID=org.fossify.contacts

0 commit comments

Comments
 (0)