Skip to content

Commit 7184068

Browse files
committed
Update CHANGELOG for 1.7.0
1 parent 49cb46f commit 7184068

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.6.3 (2018-11-20)
28

39
### Bug Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run_tests(self):
3232

3333
setup(
3434
name='skygear_chat',
35-
version='1.6.3',
35+
version='1.7.0',
3636
packages=find_packages(),
3737
description='Chat Plugin for Skygear',
3838
long_description=open(README).read(),

0 commit comments

Comments
 (0)