Skip to content

Commit 80c9ece

Browse files
committed
Bump version to v1.6.2
1 parent eaba1b4 commit 80c9ece

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.6.2
2+
- Fix `MAuthASGIMiddleware` signature validation when the full URL path is split
3+
between `root_path` and `path` in the request scope.
4+
15
# 1.6.1
26
- Fix `MAuthWSGIMiddleware` to return a string for "status" and to properly set
37
content-length header.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mauth-client"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "MAuth Client for Python"
55
repository = "https://github.com/mdsol/mauth-client-python"
66
authors = ["Medidata Solutions <support@mdsol.com>"]

0 commit comments

Comments
 (0)