Skip to content

Commit e73b46e

Browse files
committed
docs: update changelog
1 parent 9e8e6f6 commit e73b46e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### Version 5.1.0 (28th February 2025)
2+
#### Added
3+
- Added `JsonResponse` to `AdjustAttribution` where every key-value pair sent by the backend as part of the attribution response can be found.
4+
- Added the ability to specify the name of custom Android activity which you might be using instead of the default `com.unity3d.player.UnityPlayerActivity` (https://github.com/adjust/unity_sdk/issues/273).
5+
6+
#### Changed
7+
- Switched to adding `<intent-filter>` per specified Android URI scheme instead of adding them all as `<data>` entries to the same intent filter (https://github.com/adjust/unity_sdk/issues/266).
8+
- Moved execution of all the C# callbacks into the main Unity thread (https://github.com/adjust/unity_sdk/issues/277, https://github.com/adjust/unity_sdk/issues/310).
9+
10+
#### Native SDKs
11+
- [[email protected]][ios_sdk_v5.1.1]
12+
- [[email protected]][android_sdk_v5.1.0]
13+
14+
---
15+
116
### Version 5.0.7 (4th February 2025)
217
#### Added
318
- Added sending of the additional parameter to improve troubleshooting of `SKAdNetwork` related issues.
@@ -1369,6 +1384,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
13691384
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
13701385
[ios_sdk_v5.0.1]: https://github.com/adjust/ios_sdk/tree/v5.0.1
13711386
[ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
1387+
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
13721388

13731389
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
13741390
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0

0 commit comments

Comments
 (0)