diff --git a/CHANGES b/CHANGES index 0e84f16..6ce7b6f 100644 --- a/CHANGES +++ b/CHANGES @@ -16,3 +16,10 @@ Changes }, ... }) + +0.22.0 (2016-08-29) +- Removed the logic of loading metadata from database model tenant.Member. Projects using this app can specify + their own config loader using the SAML_CONFIG_LOADER setting. This change provides more flexibility in-terms + of loading config from any data-source. +- Also, removed the caching of service provider config objects as per the same logic as above. Individual + projects using this app can use their own config loader which handles caching scenarios. diff --git a/setup.py b/setup.py index 423d0fe..3d60b87 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(*rnames): setup( name='djangosaml2_tenant', - version='0.20.1', + version='0.22.0', description='pysaml2 integration for multi-tenant in Django', long_description='\n\n'.join([read('README'), read('CHANGES')]), classifiers=[