Skip to content

Commit

Permalink
23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jan 5, 2023
1 parent ec85a11 commit b87632e
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,5 +1,10 @@
# Changelog

## 23.1

* Added support for `saml_endpoint` URLs with a query string in `minisaml.request.get_request_redirect_url` thanks to a
contribution by [@thesebas](https://github.com/thesebas).

## 22.7

* **Breaking** `minisaml.response.validate_response` now requires an additional parameter `idp_issuer`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minisaml"
version = "22.7"
version = "23.1"
description = "Minimal SAML2 client"
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit b87632e

Please sign in to comment.