Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bzvestey committed Feb 18, 2022
1 parent e8b55e8 commit 809912d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 809912d

Please sign in to comment.