From b982f3a3ad8a943ae4f1d11707cc09a54295c3cf Mon Sep 17 00:00:00 2001 From: Joe Garcia Date: Fri, 8 Dec 2023 14:20:33 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cafc050..56acff2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This project simplifies the interaction between a Python 3 application or script ### New in Version 1.5.0: +- Added support for `timeout` when intializing the CCPPasswordREST() class. - Added support for `delimiter` parameter in `GetPassword()` method for Credential Provider (CLIPasswordSDK) method. - Added support for Client Certificate Authentication in `GetPassword()` method for Centralized Credential Provider (CCPPasswordREST) method.