diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7243ac..52a342b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +0.10.1 (2010-12-23) +------------------- + +* Fix security issue: allows authentication without password (Roland) + 0.10.0 (2019-10-20) ------------------- diff --git a/setup.py b/setup.py index d8ea1fe..3d01d55 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='Flask-LDAPConn', - version='0.10.0', + version='0.10.1', url='http://github.com/rroemhild/flask-ldapconn', license='BSD', author='Rafael Römhild',