diff --git a/src/cosmosdb-preview/HISTORY.rst b/src/cosmosdb-preview/HISTORY.rst index a25b2afe8b8..e9d690961c0 100644 --- a/src/cosmosdb-preview/HISTORY.rst +++ b/src/cosmosdb-preview/HISTORY.rst @@ -2,6 +2,12 @@ Release History =============== + +1.0.1 +* Add support for CapacityMode in Global Database Accounts +* Add support for DistributedQuery flag in SqlDedicatedGateway + ++++++++ 1.0.0 * Add support for Per-Region Per-Partition Autoscale. '--enable-prpp-autoscale' parameter can be used during account create/update. * Add support for Restore with Time-To-Live Disabled. '--disable-ttl' parameter can be used during restore. diff --git a/src/cosmosdb-preview/setup.py b/src/cosmosdb-preview/setup.py index 8d37fb55854..8f01b83e41a 100644 --- a/src/cosmosdb-preview/setup.py +++ b/src/cosmosdb-preview/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.0.0' +VERSION = '1.0.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers