Skip to content

Commit dd28126

Browse files
author
infobip-ci
committed
Release: 7.2.0
1 parent 3caba1e commit dd28126

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 7.2.0
2+
## Added
3+
- new enum ChatMultithreadStrategies
4+
- new sendContextualDataWithStrategy function with ChatMultithreadStrategies enum flag
5+
6+
## Changed
7+
- sendContextualData function with boolean flag deprecated
18
# 7.1.0
29
## Changed
310
- Support for iOS 18.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "7.0.2"
84+
version: "7.1.0"
8585
intl:
8686
dependency: "direct main"
8787
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: infobip_mobilemessaging
22
description: Infobip Mobile Messaging Flutter Plugin.
3-
version: 7.1.0
3+
version: 7.2.0
44
homepage: https://github.com/infobip/mobile-messaging-flutter-plugin#readme
55
repository: https://github.com/infobip/mobile-messaging-flutter-plugin
66
issue_tracker: https://github.com/infobip/mobile-messaging-flutter-plugin/issues

0 commit comments

Comments
 (0)