Skip to content

Commit ed3bd14

Browse files
committed
bump version and changelog
1 parent 846da07 commit ed3bd14

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.7
2+
3+
- fix error when deleting message and clearing room
4+
- fix not subscribing to mqtt event when it is still
5+
in connecting state
6+
- fix sending empty json on some api request
7+
18
# 1.0.7-beta.2
29

310
- fix keep on sending empty json

lib/src/core/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
part of qiscus_chat_sdk.core;
22

3-
const sdkVersion = '1.0.7-beta.2';
3+
const sdkVersion = '1.0.7';
44
const sdkPlatformName = 'flutter';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qiscus_chat_sdk
22
description: The Scalable In-App Chat SDK for Mobile & Web
3-
version: 1.0.7-beta.2
3+
version: 1.0.7
44
homepage: https://sdk.qiscus.com
55
repository: https://github.com/qiscus/qiscus-chat-sdk-flutter
66
issue_tracker: https://github.com/qiscus/qiscus-chat-sdk-flutter/issues

0 commit comments

Comments
 (0)