Skip to content

Commit 4061b72

Browse files
committed
docs: update changelog
1 parent aaef7a9 commit 4061b72

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### Version 5.5.0 (6th December 2025)
2+
#### Added
3+
- Added `getAdidWithTimeout` method to the `Adjust` API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned.
4+
- Added `getAttributionWithTimeout` method to the `Adjust` API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned.
5+
- Added ability to disable the reading of the app set ID. You can do this by calling the `disableAppSetIdReading` method on your `AdjustConfig` instance.
6+
7+
#### Changed
8+
- Updated the Adjust Signature library version to 3.62.0.
9+
10+
#### Native SDKs
11+
- [[email protected]][ios_sdk_v5.5.0]
12+
- [[email protected]][android_sdk_v5.5.0]
13+
14+
---
15+
116
### Version 5.4.4 (23rd October 2025)
217
#### Changed
318
- Updated the Adjust Signature library version to 3.61.0.
@@ -801,6 +816,7 @@ In case you were using beta version of the SDK v5, please switch to the official
801816
[ios_sdk_v5.4.3]: https://github.com/adjust/ios_sdk/tree/v5.4.3
802817
[ios_sdk_v5.4.4]: https://github.com/adjust/ios_sdk/tree/v5.4.4
803818
[ios_sdk_v5.4.6]: https://github.com/adjust/ios_sdk/tree/v5.4.6
819+
[ios_sdk_v5.5.0]: https://github.com/adjust/ios_sdk/tree/v5.5.0
804820

805821
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
806822
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -847,3 +863,4 @@ In case you were using beta version of the SDK v5, please switch to the official
847863
[android_sdk_v5.4.2]: https://github.com/adjust/android_sdk/tree/v5.4.2
848864
[android_sdk_v5.4.4]: https://github.com/adjust/android_sdk/tree/v5.4.4
849865
[android_sdk_v5.4.5]: https://github.com/adjust/android_sdk/tree/v5.4.5
866+
[android_sdk_v5.5.0]: https://github.com/adjust/android_sdk/tree/v5.5.0

0 commit comments

Comments
 (0)