Skip to content

Commit d7b3100

Browse files
committed
docs: update CHANGELOG
1 parent 9b26844 commit d7b3100

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### Version 4.30.0 (9th June 2022)
2+
#### Added
3+
- Added ability to mark your app as COPPA compliant. You can enable this setting by setting `coppaCompliantEnabled` member of `AdjustConfig` instance to `true`.
4+
- Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by setting `playStoreKidsAppEnabled` member of `AdjustConfig` instance to `true`.
5+
- Added `checkForNewAttStatus` method to `Adjust` API to allow iOS apps to instruct to SDK to check if `att_status` might have changed in the meantime.
6+
- Added support for Generic ad revenue tracking.
7+
8+
#### Changed
9+
- Reverted `compileSdkVersion` from `32` to `31` (https://github.com/adjust/flutter_sdk/pull/77).
10+
- Changed responses which is being returned when iOS specific API is being called on Android platform (https://github.com/adjust/flutter_sdk/issues/79 and https://github.com/adjust/flutter_sdk/issues/80).
11+
12+
#### Native SDKs
13+
- [[email protected]][ios_sdk_v4.30.0]
14+
- [[email protected]][android_sdk_v4.30.1]
15+
16+
---
17+
118
### Version 4.29.2 (18th February 2022)
219
#### Added
320
- Added support for `Unity` ad revenue tracking.
@@ -256,6 +273,7 @@
256273
[ios_sdk_v4.29.2]: https://github.com/adjust/ios_sdk/tree/v4.29.2
257274
[ios_sdk_v4.29.6]: https://github.com/adjust/ios_sdk/tree/v4.29.6
258275
[ios_sdk_v4.29.7]: https://github.com/adjust/ios_sdk/tree/v4.29.7
276+
[ios_sdk_v4.30.0]: https://github.com/adjust/ios_sdk/tree/v4.30.0
259277

260278
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0
261279
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0
@@ -267,4 +285,4 @@
267285
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0
268286
[android_sdk_v4.28.1]: https://github.com/adjust/android_sdk/tree/v4.28.1
269287
[android_sdk_v4.28.5]: https://github.com/adjust/android_sdk/tree/v4.28.5
270-
[android_sdk_v4.29.1]: https://github.com/adjust/android_sdk/tree/v4.29.1
288+
[android_sdk_v4.30.1]: https://github.com/adjust/android_sdk/tree/v4.30.1

0 commit comments

Comments
 (0)