Skip to content

Commit 5149999

Browse files
committed
docs: update CHANGELOG
1 parent d768117 commit 5149999

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 4.38.0 (21st December 2023)
2+
#### Added
3+
- Added `toMap()` method in `AdjustAttribution` class to get all its field in a `Map<String, String>` (thanks to @ntsk).
4+
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking `processDeeplink(Uri url, Context context, OnDeeplinkResolvedListener callback)` method of the `Adjust` instance.
5+
6+
---
7+
18
### Version 4.37.1 (11th December 2023)
29
#### Fixed
310
- Added null check for the `OnDeviceIdsRead` callback object passed to `Adjust.getGoogleAdId` method to avoid `NullPointerException`.

0 commit comments

Comments
 (0)