diff --git a/CHANGELOG.md b/CHANGELOG.md index 62748b8..6171e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.0-rc] - 2026-09-11 + +### Changes +- Upgrade Android SDK dependency to v2.16.0-rc +- Upgrade iOS SDK dependency to v2.16.0-rc + + ## [2.15.3] - 2026-08-26 ### Changes diff --git a/MindboxSdk.podspec b/MindboxSdk.podspec index 206aeaa..0da7d1b 100644 --- a/MindboxSdk.podspec +++ b/MindboxSdk.podspec @@ -15,8 +15,8 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency "Mindbox", "2.15.3" - s.dependency "MindboxNotifications", "2.15.3" + s.dependency "Mindbox", "2.16.0-rc" + s.dependency "MindboxNotifications", "2.16.0-rc" # The embedded block is a native component, and on the new renderer that means a Fabric component: # this brings in the renderer's own pods and, the part that decides everything, defines diff --git a/android/build.gradle b/android/build.gradle index c687848..3c3b60e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -127,7 +127,7 @@ dependencies { // noinspection GradleDynamicVersion api 'com.facebook.react:react-native:+' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - api 'cloud.mindbox:mobile-sdk:2.15.4' + api 'cloud.mindbox:mobile-sdk:2.16.0-rc' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" - compileOnly 'cloud.mindbox:mindbox-common:2.15.4' + compileOnly 'cloud.mindbox:mindbox-common:2.16.0-rc' } diff --git a/package.json b/package.json index e8d7420..3797986 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mindbox-sdk", - "version": "2.15.3", - "target-version": "2.15.3", + "version": "2.16.0-rc", + "target-version": "2.16.0-rc", "description": "SDK for integration React Native mobile apps with Mindbox", "main": "lib/commonjs/index", "module": "lib/module/index",