diff --git a/CHANGELOG.md b/CHANGELOG.md index 012d8f1..04942ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 2.3.2 +## What's changed +### [Emarsys SDK](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/) +* Updated underlying [Emarsys SDK](https://github.com/emartech/android-emarsys-sdk/releases/tag/3.7.4) for Android to 3.7.4 +## What's fixed +### [Predict](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#7-predict) +* Fixed the mapping of the predict recommendation filters on iOS +* Fixed the mapping of the predict cart items on both platforms + # 2.3.1 ## What's changed ### [Emarsys SDK](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/) diff --git a/android/build.gradle b/android/build.gradle index 2fe94c6..8404a44 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ android { dependencies { - ext.emarsys_sdk_version = '3.7.3' + ext.emarsys_sdk_version = '3.7.4' ext.junit_version = '4.13.2' ext.kotlintest_version = '3.4.2' ext.mockk_version = '1.12.0' diff --git a/pubspec.yaml b/pubspec.yaml index a022fc8..6c96b8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: emarsys_sdk description: The Flutter plug-in for SAP Emarsys Customer Engagement is the official plug-in to help integrate Emarsys into your Flutter application. -version: 2.3.1 +version: 2.3.2 homepage: https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement environment: