- Drop Python 3.6 support and add Python 3.10 support. [aleksihakli]
1.8.0
------------------
- Add ``VALARM`` support and documentation. [malteger]
1.7.3
------------------
- Fix calendar ``Content-Type`` headers. Previous configuration included multiple comma separated values in the header, which is incompatible with the HTTP header specification. [aleksihakli]
1.7.2
------------------
- Add support for Python 3.9. [aleksihakli] - Add support for Django 3.1. [aleksihakli] - Add tox QA with black and prospector. [aleksihakli] - Migrate from Travis to GitHub Actions. [aleksihakli]
1.7.1
------------------
- Drop support for Django 1.11 LTS. [aleksihakli] - Fix string comparison in tests. [aleksihakli]
1.7.0
------------------
- Add calendar MIME types for feeds. [xkill] - Add attendees for calendar events. [webaholik]