What's Changed
* BREAKING CHANGE: [federation entity configuration] jwks divided in jwks_fed and jwks_core by peppelinux in https://github.com/italia/spid-cie-oidc-django/pull/234
for preexisting projects, remember to
- do migrate
- updated the federation descendants jwks
trust chains will be updated automatically, anyway remember to use `manage.py fetch_openid_providers --start -f` for RPs and `./manage.py fetch_openid_relying_parties` for OPs
**Full Changelog**: https://github.com/italia/spid-cie-oidc-django/compare/v0.6.9...v0.7.0