We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cb46f commit 7184068Copy full SHA for 7184068
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.7.0 (2019-01-25)
2
+
3
+### Bug Fixes
4
5
+- Create conversation by user record and id #236
6
7
## 1.6.3 (2018-11-20)
8
9
### Bug Fixes
setup.py
@@ -32,7 +32,7 @@ def run_tests(self):
32
33
setup(
34
name='skygear_chat',
35
- version='1.6.3',
+ version='1.7.0',
36
packages=find_packages(),
37
description='Chat Plugin for Skygear',
38
long_description=open(README).read(),
0 commit comments