Skip to content

Commit

Permalink
Update CHANGELOG for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Jun 26, 2018
1 parent ff23dc9 commit 10d64c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.6.0 (2018-06-26)

### Features

- Add Lambda support for Skygear Data Type #195
- Support structural logging with JSON formatter #207

### Bug Fixes

- Option should be optional when a default is specified
- Fix multiple registration of 'init' event
- Register multiple event handlers #209

### Other Notes

- Disallow registering for 'init' event
- Support `async_` hook param in addition to `async`
- Update to python 3.6 in travis and docker image

## 1.5.0 (2018-04-23)

### Other Notes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name='skygear',
version='1.5.0',
version='1.6.0',
packages=find_packages(),
description='Python plugin runtime for Skygear',
long_description=open(README).read(),
Expand Down
2 changes: 1 addition & 1 deletion skygear/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__title__ = 'skygear'
__description__ = 'Python plugin runtime for Skygear'
__url__ = 'https://github.com/SkygearIO/py-skygear'
__version__ = '1.5.0'
__version__ = '1.6.0'
__author__ = 'Rick Mak'
__author_email__ = '[email protected]'
__license__ = 'Apache License, Version 2.0'

0 comments on commit 10d64c2

Please sign in to comment.