diff --git a/CHANGELOG.md b/CHANGELOG.md index e2972966..edcc2b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 3.0.0 +* [DIA-4057](https://sourcepoint.atlassian.net/browse/DIA-4057) Refactor of the `CMP` class [#60](https://github.com/SourcePointUSA/unity-sdk/pull/60) +* [DIA-4058](https://sourcepoint.atlassian.net/browse/DIA-4058) Refactor of the ios interface [#63](https://github.com/SourcePointUSA/unity-sdk/pull/63) +* [DIA-4059](https://sourcepoint.atlassian.net/browse/DIA-4059) Refactor of the android interface [#61](https://github.com/SourcePointUSA/unity-sdk/pull/61) +* [DIA-4246](https://sourcepoint.atlassian.net/browse/DIA-4246) `MIGRATION.md` guide added to help in migration from 2.x.x to 3.0.0 [#64](https://github.com/SourcePointUSA/unity-sdk/pull/64) +* [DIA-3170](https://sourcepoint.atlassian.net/browse/DIA-3170) UI tests for Unity SDK [#52](https://github.com/SourcePointUSA/unity-sdk/pull/52) +* Various minor improvements. + # 2.3.5 * Unity SDK brought to v7.8.5 Android & v7.6.10 iOS native SDK [#65](https://github.com/SourcePointUSA/unity-sdk/pull/65) diff --git a/package.json b/package.json index ea87260f..9b02df0e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "com.sourcepoint.unitycmp", "displayName": "Sourcepoint Consent Message Plugin", - "version": "2.3.5", - "unity": "2021.3", + "version": "3.0.0", + "unity": "2022.3", "description": "Native UI Privacy Manager for both GDPR and CCPA legislations.", "author": { "name": "Dmytro Fedko", diff --git a/unitypackage/ConsentManagementProvider.unitypackage b/unitypackage/ConsentManagementProvider.unitypackage index b7863b07..93afe0dc 100644 Binary files a/unitypackage/ConsentManagementProvider.unitypackage and b/unitypackage/ConsentManagementProvider.unitypackage differ