Skip to content

Commit a2b5771

Browse files
authored
chore(release): v1.2.0 (4) (#278)
* chore(release): v1.2.0 (4) * docs: update fastlane changelog
1 parent aff9403 commit a2b5771

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0] - 2025-05-31
11+
1012
### Added
11-
- Dialog for choosing contact source while editing a merged contact ([#201])
13+
14+
- Support for structured addresses ([#30])
15+
- Dialog for choosing contact source when editing a merged contact ([#201])
16+
17+
### Changed
18+
19+
- Updated translations
1220

1321
## [1.1.0] - 2024-10-28
1422

@@ -41,9 +49,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4149
### Added
4250
- Initial release
4351

44-
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...HEAD
52+
[Unreleased]: https://github.com/FossifyOrg/Contacts/compare/1.2.0...HEAD
53+
[1.2.0]: https://github.com/FossifyOrg/Contacts/compare/1.1.0...1.2.0
4554
[1.1.0]: https://github.com/FossifyOrg/Contacts/compare/1.0.1...1.1.0
4655
[1.0.1]: https://github.com/FossifyOrg/Contacts/compare/1.0.0...1.0.1
4756
[1.0.0]: https://github.com/FossifyOrg/Contacts/releases/tag/1.0.0
4857

58+
[#30]: https://github.com/FossifyOrg/Contacts/issues/30
4959
[#201]: https://github.com/FossifyOrg/Contacts/issues/201
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Added:
2+
3+
• Support for structured addresses
4+
• Dialog for choosing contact source when editing a merged contact
5+
6+
Changed:
7+
8+
• Updated translations

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.1.0
8-
VERSION_CODE=3
7+
VERSION_NAME=1.2.0
8+
VERSION_CODE=4
99
APP_ID=org.fossify.contacts

0 commit comments

Comments
 (0)