From 9088661dc792c03b52426cf59eea13b2980173f5 Mon Sep 17 00:00:00 2001 From: LasOri Date: Thu, 19 Oct 2023 15:26:29 +0200 Subject: [PATCH] chore(release): 2.1.0 SUITEDEV-34531 Co-authored-by: megamegax Co-authored-by: matusekma <36794575+matusekma@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ lib/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db709e3..3ef572a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.0 +## What's new +### [Push](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#3-push) +* Introduced a new function in EmarsysAppDelegate where UNUserNotificationDelegates can be provided. For usage see the example app's AppDelegate. + # 2.0.0 ## What's changed ### [Emarsys](https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement/wiki#12-setup-the-emarsys-sdk) diff --git a/lib/version.dart b/lib/version.dart index 0e58df3..ea63946 100644 --- a/lib/version.dart +++ b/lib/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0'; +const packageVersion = '2.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 1ba39f6..6dfc744 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.0.0 +version: 2.1.0 homepage: https://github.com/emartech/flutter-plugin-for-sap-emarsys-customer-engagement environment: