diff --git a/azure-mgmt-sql/HISTORY.rst b/azure-mgmt-sql/HISTORY.rst index 275db7a692c0..9f40d2f1da62 100644 --- a/azure-mgmt-sql/HISTORY.rst +++ b/azure-mgmt-sql/HISTORY.rst @@ -3,6 +3,14 @@ Release History =============== +0.8.6 (2018-03-22) +++++++++++++++++++ + +**Features** + +- Added support for List and Cancel operation on Azure database and elastic pool REST API +- Added support for Auto-tuning REST API + 0.8.5 (2018-01-18) ++++++++++++++++++ diff --git a/azure-mgmt-sql/azure/mgmt/sql/version.py b/azure-mgmt-sql/azure/mgmt/sql/version.py index 3697d9b71739..0562a1ce8b81 100644 --- a/azure-mgmt-sql/azure/mgmt/sql/version.py +++ b/azure-mgmt-sql/azure/mgmt/sql/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.9.0" +VERSION = "0.8.6"