diff --git a/changelog.md b/changelog.md index 940f9be4..13473bed 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ # python-saml changelog +### 2.10.0 (Jul 23, 2021) +* Removed CC-BY-SA 3.0 non compliant implementation of dict_deep_merge +* Update expired dates from test responses +* Add warning about the use of OneLogin_Saml2_IdPMetadataParser class about SSRF attacks +* Migrate from Travis to Github Actions + ### 2.9.0 (Jan 13, 2021) * Destination URL Comparison is now case-insensitive for netloc * Support single-label-domains as valid. New security parameter allowSingleLabelDomains diff --git a/setup.py b/setup.py index 5966f6c9..12c1ae2b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python-saml', - version='2.9.0', + version='2.10.0', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',