diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf1083..36b0354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 6.4.1 +## Added +- InAppChat now has gestureRecognizers field in the ChatView class. # 6.4.0 ## Added - InAppChat provides option to override default chat notification's title and body diff --git a/example/pubspec.lock b/example/pubspec.lock index 55e1398..8ab93d3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "6.3.0" + version: "6.4.0" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a8357b6..ef18a11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: infobip_mobilemessaging description: Infobip Mobile Messaging Flutter Plugin. -version: 6.4.0 +version: 6.4.1 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