diff --git a/compose.yml b/compose.yml index 2a2a838..5e2e3b4 100644 --- a/compose.yml +++ b/compose.yml @@ -96,7 +96,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=0.1.0+6.9.0" + - "coop-cloud.${STACK_NAME}.version=0.1.1+6.9.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" healthcheck: test: ["CMD-SHELL", "python -m http.client -c 'GET /api/v1/' -H 'Host: localhost' || exit 1"] diff --git a/release/0.1.1+6.9.0 b/release/0.1.1+6.9.0 new file mode 100644 index 0000000..06a1010 --- /dev/null +++ b/release/0.1.1+6.9.0 @@ -0,0 +1 @@ +Default to not using email compose as a part of app. \ No newline at end of file