diff --git a/changelog b/changelog index cb7f784..bcbd263 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +## [2.9.8] - 2021-12-10 + +### Fixed + +- `url` was missing in included LCFile attribute + ## [2.9.7] - 2021-10-11 ### Fixed diff --git a/setup.py b/setup.py index 42c9413..4c7ac6b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='leancloud', - version='2.9.7', + version='2.9.8', description='LeanCloud Python SDK', url='https://leancloud.cn/', author='asaka',