diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e7395..6ffc76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 7.2.0 +## Added +- new enum ChatMultithreadStrategies +- new sendContextualDataWithStrategy function with ChatMultithreadStrategies enum flag + +## Changed +- sendContextualData function with boolean flag deprecated # 7.1.0 ## Changed - Support for iOS 18. diff --git a/example/pubspec.lock b/example/pubspec.lock index 8f0075b..e8b3d2b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "7.0.2" + version: "7.1.0" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e878f74..fa11769 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: infobip_mobilemessaging description: Infobip Mobile Messaging Flutter Plugin. -version: 7.1.0 +version: 7.2.0 homepage: https://github.com/infobip/mobile-messaging-flutter-plugin#readme repository: https://github.com/infobip/mobile-messaging-flutter-plugin issue_tracker: https://github.com/infobip/mobile-messaging-flutter-plugin/issues