Skip to content

Commit

Permalink
Prepare release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jan 28, 2022
1 parent 9106605 commit 37132eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,4 +1,7 @@
# python-saml changelog
### 2.11.1 (Jan 28, 2022)
- lxml fixed to be lower than 4.7.1 since it seems to have issues validating the signature of encrypted elements See https://github.com/onelogin/python3-saml/issues/292

### 2.11.0 (Jan 28, 2022)
- [#292](https://github.com/onelogin/python-saml/pull/292) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms.
- Upgrade dm.xmlsec.binding to 2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='python-saml',
version='2.11.0',
version='2.11.1',
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 37132eb

Please sign in to comment.