diff --git a/changelog.md b/changelog.md index 8ce586f9..eb866956 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,10 @@ # python-saml changelog +### 2.8.0 (NOv 20, 2019) +* [#258](https://github.com/onelogin/python-saml/issues/258) Fix failOnAuthnContextMismatch feature +* [#250](https://github.com/onelogin/python-saml/issues/250) Allow any number of decimal places for seconds on SAML datetimes +* Update demo versions. Improve them and add Tornado demo. + + ### 2.7.0 (Sep 11, 2019) * Set true as the default value for strict setting diff --git a/setup.py b/setup.py index 7d545fb0..0c0cd8ca 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python-saml', - version='2.7.0', + version='2.8.0', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',