diff --git a/src/containerapp-compose/HISTORY.rst b/src/containerapp-compose/HISTORY.rst index f0216c2fe85..ecce0616b4d 100644 --- a/src/containerapp-compose/HISTORY.rst +++ b/src/containerapp-compose/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.2.1 +++++++ +* Fix bug where location parameter was not being passed to containerapp environment creation +* Make memory/cpu resolution more resilient and improve warning messages + 0.2.0 ++++++ * Add basic build support for compose services diff --git a/src/containerapp-compose/setup.py b/src/containerapp-compose/setup.py index 86684546554..9576db9b392 100644 --- a/src/containerapp-compose/setup.py +++ b/src/containerapp-compose/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.2.0' +VERSION = '0.2.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers