diff --git a/src/bastion/HISTORY.rst b/src/bastion/HISTORY.rst index db24730f229..264122232db 100644 --- a/src/bastion/HISTORY.rst +++ b/src/bastion/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.1.1 +++++++ +* Fix for configure option, enabling it for disable gateway and ip connect scenarios. + 1.1.0 ++++++ * Allow to pass `ssh_args` as positional parameter in command `az network bastion ssh` diff --git a/src/bastion/setup.py b/src/bastion/setup.py index a11c6e41fd5..f0162345d26 100644 --- a/src/bastion/setup.py +++ b/src/bastion/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.1.0' +VERSION = '1.1.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers