diff --git a/changelog.md b/changelog.md index cb4a5024..93037656 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # python3-saml changelog +### 1.14.0 (Feb 18, 2022) +- [#297](https://github.com/onelogin/python3-saml/pull/297) Don't require yanked version of lxml. +- [#298](https://github.com/onelogin/python3-saml/pull/298) Add support for python 3.10 and cleanup the GHA. +- [#299](https://github.com/onelogin/python3-saml/pull/299) Remove stats from coveralls removed as they are no longer maintained. + ### 1.13.0 (Jan 28, 2022) - [#296](https://github.com/onelogin/python3-saml/pull/296) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms. - Set sha256 and rsa-sha256 as default algorithms diff --git a/setup.py b/setup.py index 6df390ec..21105b36 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='python3-saml', - version='1.13.0', + version='1.14.0', description='Onelogin Python Toolkit. Add SAML support to your Python software using this library', classifiers=[ 'Development Status :: 5 - Production/Stable',