diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d17a3d..c7f6bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter. Adapters are compatible with any Chartboost Core SDK version within that major version. +### Version 0.2.8-3 *(2023-10-19)* +- Updated Unity dependency to Chartboost Core Unity SDK `0.3.1`. + ### Version 0.2.8-2 *(2023-10-19)* - Updated Unity dependency to Chartboost Core Unity SDK `0.3.0`. - Updated native Android dependency to use `0.2.8.1.3`. diff --git a/package.json b/package.json index 4b20eef..e9d18b7 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "com.chartboost.core.consent.usercentrics", "displayName": "Chartboost Core Consent Usercentrics", - "version": "0.2.8-2", + "version": "0.2.8-3", "unity": "2020.3", "dependencies": { "com.unity.nuget.newtonsoft-json": "3.2.1", - "com.chartboost.core": "0.3.0" + "com.chartboost.core": "0.3.1" }, "keywords": [], "license": "", @@ -16,4 +16,4 @@ }, "homepage": "https://chartboost.com", "description": "Usercentrics CMP adapters for mediating through Chartboost Core." -} +} \ No newline at end of file