Skip to content

Commit 5d3b874

Browse files
authored
chore(release): v1.2.1 (5) (#284)
1 parent 6c1b1e7 commit 5d3b874

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.1] - 2025-06-03
11+
12+
### Changed
13+
14+
- Updated translations
15+
16+
### Fixed
17+
18+
- Fixed crash on startup due to private contacts ([#281])
19+
- Fixed crash when creating new contacts
20+
1021
## [1.2.0] - 2025-05-31
1122

1223
### Added
@@ -49,11 +60,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4960
### Added
5061
- Initial release
5162

52-
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...HEAD
63+
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.1...HEAD
64+
[1.2.1]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...1.2.1
5365
[1.2.0]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
5466
[1.1.0]: https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
5567
[1.0.1]: https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1
5668
[1.0.0]: https://github.com/FossifyOrg/Contacts/releases/tag/1.0.0
5769

5870
[#30]: https://github.com/FossifyOrg/Contacts/issues/30
5971
[#201]: https://github.com/FossifyOrg/Contacts/issues/201
72+
[#281]: https://github.com/FossifyOrg/Contacts/issues/281
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

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.0
8-
VERSION_CODE=4
7+
VERSION_NAME=1.2.1
8+
VERSION_CODE=5
99
APP_ID=org.fossify.contacts

0 commit comments

Comments
 (0)