Skip to content

Commit b0f984b

Browse files
committed
docs: update changelog
1 parent 4f3a42d commit b0f984b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 5.4.0 (May 19th 2025)
2+
#### Added
3+
- Added support for configuring store information via the `AdjustStoreInfo` object. You can now specify the store name and store app ID using `setStoreInfo` method on your `AdjustConfig` instance. This enables the SDK to record the intended app store source during initialization.
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v5.4.0]
7+
- [[email protected]][android_sdk_v5.4.0]
8+
9+
---
10+
111
### Version 5.3.0 (April 17th 2025)
212
#### Added
313
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the `IsFirstSessionDelayEnabled` property on your `AdjustConfig` instance to `true`. To end the delay, make sure to call `EndFirstSessionDelay` method of `Adjust` instance. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/unity/features/first-session-delay).
@@ -1428,6 +1438,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14281438
[ios_sdk_v5.1.0]: https://github.com/adjust/ios_sdk/tree/v5.1.0
14291439
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
14301440
[ios_sdk_v5.3.0]: https://github.com/adjust/ios_sdk/tree/v5.3.0
1441+
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
14311442

14321443
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0
14331444
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0
@@ -1485,6 +1496,7 @@ Kudos to [Ivan](https://github.com/MatkovIvan) and [Evgeny](https://github.com/e
14851496
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
14861497
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
14871498
[android_sdk_v5.3.0]: https://github.com/adjust/android_sdk/tree/v5.3.0
1499+
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0
14881500

14891501
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0
14901502
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0

0 commit comments

Comments
 (0)