0.6.4 2015-08-16
----------------

- Update ldap3 to version 0.9.8.8

0.6.3 2015-07-07
----------------

- Update ldap3 to version 0.9.8.6

0.6.2 2015-06-21
----------------

- Fix TLS settings

0.6.1 2015-05-29
----------------

- Update ldap3 to v0.9.8.4


0.6 2015-03-31
--------------

- Refactored the LDAPModel class
- LDAPModel is now LDAPEntry
- Add write operation save (add, modify) and delete
- LDAPEntry now use a query class to simplify ldap query

0.5.2 2015-03-11
----------------

- LDAPModel classes can now be instantiated with arguments.

0.5.1 2015-03-11
----------------

- Fixed installer problem. Handle flask-ldapconn as package.

- Refactored the LDAPModel class

0.5 2015-03-07
--------------

- Refactored the LDAPModel class

0.4 2015-03-07
--------------

- Add authentication method
- Deprecate mapped connection methods
- Update Flask to 0.10.1 and ldap3 to 0.9.7.10

- v0.3.1: Return entries instead of Reader object in models
- v0.3.2: BUGFIX: Allow unsecure connections
- v0.3.3: Allow anonymous auth
- v0.3.4: Add configuration option for SSL (Bartosz Marcinkowski)
- v0.3.4: Add support for Python 3 (Bartosz Marcinkowski)
- v0.3.4: Update python-ldap3 to v0.9.7.5


0.3 2015-02-10
--------------

- Add simple read-only class model


0.2 2015-02-05
--------------

- Switch to python-ldap3


0.1 2015-02-02
--------------

- Conception
- Initial Commit of Package to GitHub
