diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index ab31479c923..3fdfd5740c7 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -4,6 +4,9 @@ Release History =============== upcoming ++++++ + +1.1.0b5 +++++++ * 'az containerapp auth update': Support authenticating blob storage token store using managed identity with `--blob-container-uri` and `--blob-container-identity`. * 'az containerapp env create': Set identity only when `--mi-system-assigned` or `--mi-user-assigned` is specified. * 'az containerapp env create': Set identity only when `--system-assigned` or `--user-assigned` is specified. diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 6b9a624406e..6c9c0e0a10e 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -28,7 +28,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.1.0b4' +VERSION = '1.1.0b5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers