From 73c1e37ae3ba3ce8563cb839b8722a803057ad5a Mon Sep 17 00:00:00 2001 From: uerceg Date: Mon, 9 Oct 2023 19:26:59 +0200 Subject: [PATCH] docs: update readme & changelog --- CHANGELOG.md | 13 ++++++++++++- README.md | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63847a0..543eb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### Version 4.35.2 (9th October 2023) +#### Added +- Added sending of `event_callback_id` parameter (if set) with the event payload. + +#### Native SDKs +- [iOS@v4.35.2][ios_sdk_v4.35.2] +- [Android@v4.35.1][android_sdk_v4.35.1] +--- + ### Version 4.35.1 (2nd October 2023) #### Fixed - Fixed issue with signing iOS requests post ATT delay timer expiry. @@ -360,6 +369,7 @@ [ios_sdk_v4.34.2]: https://github.com/adjust/ios_sdk/tree/v4.34.2 [ios_sdk_v4.35.0]: https://github.com/adjust/ios_sdk/tree/v4.35.0 [ios_sdk_v4.35.1]: https://github.com/adjust/ios_sdk/tree/v4.35.1 +[ios_sdk_v4.35.2]: https://github.com/adjust/ios_sdk/tree/v4.35.2 [android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 [android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 @@ -377,4 +387,5 @@ [android_sdk_v4.33.2]: https://github.com/adjust/android_sdk/tree/v4.33.2 [android_sdk_v4.33.3]: https://github.com/adjust/android_sdk/tree/v4.33.3 [android_sdk_v4.34.0]: https://github.com/adjust/android_sdk/tree/v4.34.0 -[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 \ No newline at end of file +[android_sdk_v4.35.0]: https://github.com/adjust/android_sdk/tree/v4.35.0 +[android_sdk_v4.35.1]: https://github.com/adjust/android_sdk/tree/v4.35.1 \ No newline at end of file diff --git a/README.md b/README.md index 66b03ef..5e27fe1 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ As of v4.22.0, the Adjust SDK supports install tracking on Huawei devices with H Make sure that following iOS frameworks are linked with your iOS app: -* `AdServices.framework` - in case you are running iAd campaigns +* `AdServices.framework` - in case you are running Apple Search Ads campaigns * `AdSupport.framework` - for reading iOS Advertising Id (IDFA) * `StoreKit.framework` - for communication with SKAdNetwork framework * `AppTrackingTransparency.framework` - to ask for user's consent to be tracked and obtain status of that consent