diff --git a/src/aks-preview/HISTORY.md b/src/aks-preview/HISTORY.md index 397e3e308c4..e84d31858ae 100644 --- a/src/aks-preview/HISTORY.md +++ b/src/aks-preview/HISTORY.md @@ -2,6 +2,12 @@ Release History =============== +0.4.61 ++++++ +* Fix AGIC typo and remove preview label from VN #2141 +* Set network profile when using basic load balancer. #2137 +* Fix bug that compare float number with 0 #2213 + 0.4.60 +++++ * Fix regression due to a change in the azure-mgmt-resource APIs in CLI 2.10.0 diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index 9b645aa9552..aa4c50b5031 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -8,7 +8,7 @@ from codecs import open as open1 from setuptools import setup, find_packages -VERSION = "0.4.60" +VERSION = "0.4.61" CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',