diff --git a/ChangeLog.md b/ChangeLog.md index 18bf06d..655e3d9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.9.0 +- Add LDAP support for checking the validity of a username +- Allow specifying engine-specific database options +- Fix crash on shutdown when redis isn't used +- Reorganize the code to be a valid Python package + ## Version 0.8.3 - Fix compatibility with latest fastapi diff --git a/setup.py b/setup.py index c7bd106..caa165a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='etebase_server', - version='0.8.3', + version='0.9.0', description='An Etebase (EteSync 2.0) server', url='https://www.etebase.com/', classifiers=[