Small feature release that updates ``setup-configuration`` documentation
* Use generated yaml directive for setup-config docs
0.21.1
===================
A bugfix for the django-setup-configuration YAML format: * Move ``oidc_op_jwks_endpoint`` and ``oidc_op_logout_endpoint`` to the ``endpoint_config`` key
0.21.0
===================
Some changes to prepare the django-setup-configuration YAML format for when support for multiple configurations is added: * Add ``identifier`` field to YAML data to setup configuration * Modify format of YAML data to accept list of configurations
0.20.0
===================
New Features:
* Add optional support for `django-setup-configuration`_
* Fixed broken ``SessionRefresh`` middleware * Removed ``oidc_exempt_urls`` config model fields - these turn out not to be used and you typically want to specify them in django settings as they are tied to the session refresh middleware.
0.18.1
===================
Bugfix release
* Redirect responses from the OP_LOGOUT request are no longer followed automatically.