Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 20, 2018
1 parent 1670cde commit e437d75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 1.6.3 (2018-11-20)

### Bug Fixes

- Fix acl is not properly set to message object in before save hook #232
- Send message changed event after conversation and user_conversation updated #229
- Add unique constraint to user channel

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):

setup(
name='skygear_chat',
version='1.1.0',
version='1.6.3',
packages=find_packages(),
description='Chat Plugin for Skygear',
long_description=open(README).read(),
Expand Down

0 comments on commit e437d75

Please sign in to comment.