diff --git a/changelog b/changelog index 29aca48d..3c72376a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +## [2.2.0] - 2019-10-24 +### Added +- _clientOnline and _clientOffline hooks +### Fixed +- fix _merge_metadata by @jinke18 +- typo in object_.get parameter + +### Fixed + ## [2.1.14] - 2019-07-05 ### Fixed - dependency issues with requests and werkzeug diff --git a/setup.py b/setup.py index d935bd5b..d7085aee 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='leancloud', - version='2.1.14', + version='2.2.0', description='LeanCloud Python SDK', url='https://leancloud.cn/', author='asaka',