diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index 09597e5908d..53d69b0627a 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -4,6 +4,9 @@ Release History =============== upcoming ++++++ + +1.2.0b1 +++++++ * 'az containerapp env premium-ingress': New environment level ingress configuration. * 'az containerapp sessionpool update': Support `--mi-system-assigned`, `--mi-user-assigned` and `--registry-identity` * Upgrade api-version to 2025-02-02-preview diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 6c9c0e0a10e..fa5811e07a0 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.0b5' +VERSION = '1.2.0b1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers