diff --git a/CHANGELOG.md b/CHANGELOG.md index 04942ff..13e16f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.3.3 +## 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.5) for Android to 3.7.5 +### [Emarsys SDK](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/) +* Updated underlying [Emarsys SDK](https://github.com/emartech/ios-emarsys-sdk/releases/tag/3.5.1) for iOS to 3.5.1 +## What's fixed +### [Push](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#3-push) +* Fixed the initialization of the SDK when the app is started by a push. + # 2.3.2 ## What's changed ### [Emarsys SDK](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/) diff --git a/ios/emarsys_sdk.podspec b/ios/emarsys_sdk.podspec index f0271e1..be70111 100644 --- a/ios/emarsys_sdk.podspec +++ b/ios/emarsys_sdk.podspec @@ -15,7 +15,7 @@ This is the iOS native part of the Flutter plug-in for SAP Emarsys Customer Enga s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'EmarsysSDK','~> 3.5.0' + s.dependency 'EmarsysSDK','~> 3.5.1' s.platform = :ios, '12.0' # Flutter.framework does not contain a i386 slice. diff --git a/lib/version.dart b/lib/version.dart index ea3a975..493e5be 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.3.1'; +const packageVersion = '2.3.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 6c96b8b..635c90d 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.2 +version: 2.3.3 homepage: https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement environment: