From a49de5339d0e20581c08d421e20db204a4aec65a Mon Sep 17 00:00:00 2001 From: christineoo Date: Tue, 8 Sep 2026 12:04:19 +0900 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6390d55..3405d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.10,1 +- Fix key decode error +- Raise a clear `ValueError` instead of a `pyasn1` error when a private key cannot be loaded + # 1.10.0 - Add support for Python 3.14 - Remove Support for EOL Python 3.9 diff --git a/pyproject.toml b/pyproject.toml index ed7922f..24629bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mauth-client" -version = "1.10.0" +version = "1.10.1" description = "MAuth Client for Python" repository = "https://github.com/mdsol/mauth-client-python" authors = ["Medidata Solutions "] From ae43b6f3f652e3b353f12d086b323e3d64511cb5 Mon Sep 17 00:00:00 2001 From: Yohei Kitamura Date: Tue, 8 Sep 2026 16:41:19 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3405d47..9737d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.10,1 +# 1.10.1 - Fix key decode error - Raise a clear `ValueError` instead of a `pyasn1` error when a private key cannot be loaded