From 893ff0b53a743ed7c664346e27ac0242b0c0c0a8 Mon Sep 17 00:00:00 2001
From: Sam Kingston <sam@sjkwi.com.au>
Date: Thu, 5 May 2016 12:28:12 +1000
Subject: [PATCH] Version bump to 0.9.6

---
 CHANGELOG.md                  | 6 ++++++
 django_auth_ldap3/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9565a83..9a5a810 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+### 0.9.6 - 2016-05-05
+
+* Python 3.5 and Django 1.9 officially supported (@sjkingo)
+* #19: Pass missing LDAP fields to Django as blank strings to prevent exception when creating
+  a new user (@alandmore)
+
 ### 0.9.5 - 2016-03-30
 
 * #3: New feature `AUTH_LDAP_TLS` allows LDAP connections to be established over TLS (@_wayo)
diff --git a/django_auth_ldap3/__init__.py b/django_auth_ldap3/__init__.py
index 9272695..fac5bf4 100644
--- a/django_auth_ldap3/__init__.py
+++ b/django_auth_ldap3/__init__.py
@@ -1 +1 @@
-__version__ = '0.9.5'
+__version__ = '0.9.6'