Fix bug where headers would get overwritten by the middleware ([25](https://github.com/snok/asgi-correlation-id/pull/25)). Thanks lakshaythareja and uncovor 👏
1.1.2
Fix log filter max uuid-length issue cropping incoming valid UUIDs to 32/36 chars (14). Thanks matusvalo 👏
1.1.1
Adds `py.typed` (9)
1.1.0
Make the middleware compatible with Python `^3.6.1` (https://github.com/snok/asgi-correlation-id/pull/4)
1.0.1
Fixed an issue where extension imports were causing middleware to break when extension libraries weren't installed.