diff --git a/src/fleet/HISTORY.rst b/src/fleet/HISTORY.rst index b7f5f2ec132..1c98d73ce70 100644 --- a/src/fleet/HISTORY.rst +++ b/src/fleet/HISTORY.rst @@ -150,3 +150,8 @@ Release History 1.6.4 ++++++ * Fix help text for `fleet list` command. + +1.7.0 +++++++ +* Removed is_preview flag from `enable_vnet_integration` and `assign_identity` parameters. +* Updated Private Fleet V2 to require user assigned identity. \ No newline at end of file diff --git a/src/fleet/setup.py b/src/fleet/setup.py index 97691ea8b81..9f290ae9aa4 100644 --- a/src/fleet/setup.py +++ b/src/fleet/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.6.2' +VERSION = '1.7.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers