From c823a99defdea141654012885a138cc98fd23c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20R=C3=B6mhild?= Date: Mon, 23 Dec 2019 18:56:31 +0100 Subject: [PATCH] Bump version 0.10.0 -> 0.10.1 --- CHANGELOG.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',