Skip to content

Commit

Permalink
22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Apr 14, 2022
1 parent d96aa5d commit 077c0bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 22.4

* Minimum supported minisignxml version is now 22.4.

## 20.11b0

* Allow passing multiple certificates to `minisaml.repsonse.validate_response` to allow certificate rollover.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minisaml"
version = "21.10"
version = "22.4"
description = "Minimal SAML2 client"
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
minisignxml = ">=20.0"
minisignxml = ">=22.4"
lxml = ">=4.4.1"
yarl = ">=1.4.2"
sphinx = { version = "^3.2.0", optional = true }
Expand Down

0 comments on commit 077c0bc

Please sign in to comment.