*Bugfixes:* - Remove extraneous ``rest-framework`` dependency introduced by `7 <https://github.com/jrobichaud/django-structlog/pull/7>`_. See `#8 <https://github.com/jrobichaud/django-structlog/pull/8>`_ . Special thanks to `ghickman <https://github.com/ghickman>`_
1.3.0
-------------------------
*Improvements:* - Improve django uncaught exception formatting. See `7 <https://github.com/jrobichaud/django-structlog/pull/7>`_. Special thanks to `paulstuartparker <https://github.com/paulstuartparker>`_
1.2.3
--------------------
*Bugfixes:* - Fix ``structlog`` dependency not being installed
*Improvements:* - Use `black <https://github.com/python/black>`_ code formatter
1.2.2
--------------------
*Improvements:* - Use appropriate packaging
1.2.1
-------------------
*Bugfixes:* - Fix missing license file to be included in distribution
1.2.0
-------------------
*Changes:* - In the event ``task_enqueued``, ``task_id`` and ``task_name`` are renamed ``child_task_id`` and ``child_task_name`` respectively to avoid override of ``task_id`` in nested tasks.