diff --git a/README.md b/README.md index 6bb080c..b82b842 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ This project simplifies the interaction between a Python 3 application or script and CyberArk's Application Access Manager's Credential Provider using the appropriate CLIPasswordSDK executable for the Operating System being used. By simplifying this process, developers are only required to change four (4) lines of code in their Python 3 applications and scripts to securely retrieve privileged secrets from CyberArk's Privileged Access Security (PAS) Core Solution as opposed to thirty or more (30+) without the use of this provided Client Library. -### New in Version 1.5.1: - -- Added support for custom service path during initialization of the CCPPasswordREST() class. [See documentation below for more details.](#example-with-custom-service-path) - ## Table of Contents - [Install](#install) diff --git a/pyaim/version.py b/pyaim/version.py index 20a8254..530bdf2 100644 --- a/pyaim/version.py +++ b/pyaim/version.py @@ -8,4 +8,4 @@ Changing triggers automatic release of a new version. """ -__version__ = '1.5.2' +__version__ = '1.5.3'