From 25f442fb86438b59f0874de36c98ea3e99e30f86 Mon Sep 17 00:00:00 2001 From: infobip-ci Date: Thu, 1 Aug 2024 09:56:35 +0200 Subject: [PATCH] Release: 6.3.0 --- CHANGELOG.md | 3 +++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d08eb4..629c945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 6.3.0 +## Added +- Option to send contextual data before chat presentation. # 6.2.0 ## Added - `ChatView` widget provides new flexible an way to show In-app chat. Read more in documentation. diff --git a/example/pubspec.lock b/example/pubspec.lock index 451b280..3ea4bd6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "6.1.1" + version: "6.2.0" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 69e4901..5b38b0b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: infobip_mobilemessaging description: Infobip Mobile Messaging Flutter Plugin. -version: 6.2.0 +version: 6.3.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