diff --git a/README.md b/README.md index 5b1eef0..2ade102 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,10 @@ nmcli.set_lang(lang: str) -> None ## Change Log +### 1.5.0 + +- Added show_secrets option to `nmcli.connection.show` + ### 1.4.0 - Supported unsupported cases of `DeviceWifi.parse`. diff --git a/setup.py b/setup.py index accf817..7b34b26 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def run_tests(self): setup( name='nmcli', - version='1.4.0', + version='1.5.0', author='ushiboy', license='MIT', license_files = ('LICENSE.txt',),