Skip to content

Commit 04b8959

Browse files
committed
update CHANGELOG
1 parent d98c4ee commit 04b8959

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 4.29.1 (13th May 2021)
2+
#### Added
3+
- [beta] Added data residency support for US region. You can choose this setting by calling `setUrlStrategy` method of `AdjustConfig` instance with `AdjustConfig.AdjustDataResidencyUS` parameter.
4+
5+
#### Fixed
6+
- Removed 5 decimal places formatting for ad revenue value.
7+
8+
#### Native SDKs
9+
- [[email protected]][ios_sdk_v4.29.2]
10+
- [[email protected]][android_sdk_v4.28.1]
11+
- [[email protected]][windows_sdk_v4.17.0]
12+
13+
---
14+
115
### Version 4.29.0 (27th April 2021)
216
#### Added
317
- Added `conversionValueUpdatedDelegate` callback to `AdjustConfig` which can be used to get information when Adjust SDK updates conversion value for the user.
@@ -8,6 +22,11 @@
822
#### Changed
923
- Removed unused ad revenue constants.
1024

25+
#### Native SDKs
26+
- [[email protected]][ios_sdk_v4.29.0]
27+
- [[email protected]][android_sdk_v4.28.0]
28+
- [[email protected]][windows_sdk_v4.17.0]
29+
1130
---
1231

1332
### Version 4.28.0 (1th April 2021)
@@ -892,6 +911,8 @@
892911
[ios_sdk_v4.26.2]: https://github.com/adjust/ios_sdk/tree/v4.26.2
893912
[ios_sdk_v4.27.1]: https://github.com/adjust/ios_sdk/tree/v4.27.1
894913
[ios_sdk_v4.28.0]: https://github.com/adjust/ios_sdk/tree/v4.28.0
914+
[ios_sdk_v4.29.0]: https://github.com/adjust/ios_sdk/tree/v4.29.0
915+
[ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2
895916

896917
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
897918
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -924,6 +945,8 @@
924945
[android_sdk_v4.25.0]: https://github.com/adjust/android_sdk/tree/v4.25.0
925946
[android_sdk_v4.26.1]: https://github.com/adjust/android_sdk/tree/v4.26.1
926947
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0
948+
[android_sdk_v4.28.0]: https://github.com/adjust/android_sdk/tree/v4.28.0
949+
[android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1
927950

928951
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
929952
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

0 commit comments

Comments
 (0)