We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c27829 commit c7220b8Copy full SHA for c7220b8
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.11.0
4
+
5
+### Features:
6
+- Implemented the Draft feature to locally save unsent messages
7
+- Added support for Programmable Chat
8
+- Added support for verifying that a user belongs to a specific organization
9
10
+### Fixes:
11
+- Improved real-time updates for Online status to enhance compatibility with the web app
12
13
## 0.10.0
14
15
### Features:
pubspec.yaml
@@ -1,7 +1,7 @@
name: sama_client_flutter
description: "The SAMA client for Flutter"
publish_to: 'none'
-version: 0.10.0
+version: 0.11.0
environment:
sdk: '>=3.3.0 <4.0.0'
0 commit comments