==========================
django-locksmith changelog
==========================

0.5.0
=====
    - log parsing based API reporting
    - resetkeys
    - CSRF exemption on auth views

0.4.1
=====
    - fixes for mongoauth backend
    - document mongoauth settings

0.4.0
=====
    - addition of mongoauth backend

0.3.1
=====
    - fix login using email

0.3.0
=====
    - allow login using email/key
    - profile view
    - cleaned up admin views
    - analytics are staff-only
    - documentation
    - bugfixes in management commands

0.2.0
=====
    - removal of locksmith.common as a sub-app
    - move of registration to hub
    - move from class based views back to traditional views

0.1.0
=====
    - initial version with class based views and decentralized authority
