diff --git a/CHANGELOG.md b/CHANGELOG.md index 6390d55..9737d04 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 "]