diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16226cb..b297381 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,12 @@
# Versions
+## v6.15.2
+* Update iOS SDK version - 6.15.2
+
+## v6.15.1
+* Update iOS SDK version - 6.15.1
+* Update Android SDK version - 6.15.0
+* Added new iOS and Android API `logAdRevenue`
+
## v6.14.5
* Update iOS SDK version - 6.14.5
diff --git a/README.md b/README.md
index 78661c1..f4c11a1 100755
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
### This plugin is built for
- Android AppsFlyer SDK v6.15.0
-- iOS AppsFlyer SDK v6.15.1
+- iOS AppsFlyer SDK v6.15.2
---
### AD_ID permission for Android
diff --git a/appsflyer-unity-plugin-6.15.1.unitypackage b/appsflyer-unity-plugin-6.15.1.unitypackage
deleted file mode 100644
index c5842e3..0000000
Binary files a/appsflyer-unity-plugin-6.15.1.unitypackage and /dev/null differ
diff --git a/appsflyer-unity-plugin-6.15.2.unitypackage b/appsflyer-unity-plugin-6.15.2.unitypackage
new file mode 100644
index 0000000..cf7430a
Binary files /dev/null and b/appsflyer-unity-plugin-6.15.2.unitypackage differ
diff --git a/deploy/build_unity_package.sh b/deploy/build_unity_package.sh
index 0171209..b5dd200 100644
--- a/deploy/build_unity_package.sh
+++ b/deploy/build_unity_package.sh
@@ -4,7 +4,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage"
DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
-PACKAGE_NAME="appsflyer-unity-plugin-6.15.1.unitypackage"
+PACKAGE_NAME="appsflyer-unity-plugin-6.15.2.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -23,7 +23,7 @@ mv external-dependency-manager-1.2.177.unitypackage ..
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
-&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.15.1.unitypackage" \
+&& echo "package exported successfully to outputs/appsflyer-unity-plugin-6.15.2.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."
diff --git a/deploy/strict_mode_build_package.sh b/deploy/strict_mode_build_package.sh
index 1afe852..ae276e9 100644
--- a/deploy/strict_mode_build_package.sh
+++ b/deploy/strict_mode_build_package.sh
@@ -5,7 +5,7 @@ echo "Start Build for appsflyer-unity-plugin.unitypackage. Strict Mode."
DEPLOY_PATH=outputs
UNITY_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
- PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.15.1.unitypackage"
+ PACKAGE_NAME="appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage"
mkdir -p $DEPLOY_PATH
#move external dependency manager
@@ -37,7 +37,7 @@ echo "Commenting out functions. Done."
Assets \
$PWD/$DEPLOY_PATH/$PACKAGE_NAME \
-quit \
- && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.15.1.unitypackage" \
+ && echo "package exported successfully to outputs/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage" \
|| echo "Failed to export package. See create_unity_core.log for more info."
diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.1.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.1.unitypackage
deleted file mode 100644
index d15c435..0000000
Binary files a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.1.unitypackage and /dev/null differ
diff --git a/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage
new file mode 100644
index 0000000..ffc543f
Binary files /dev/null and b/strict-mode-sdk/appsflyer-unity-plugin-strict-mode-6.15.2.unitypackage differ