From d8553cdf4c8f1032cbe742826fa362f896d84e69 Mon Sep 17 00:00:00 2001 From: devydave Date: Tue, 8 Sep 2026 22:18:31 +0200 Subject: [PATCH] chore: publish 1.1.2+v5.2.0 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c4e618e..f323bb7 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.middlewares.${STACK_NAME}.forwardauth.address=http://${STACK_NAME}_app:3000/api/auth/traefik" ## When you're ready for release, run "abra recipe sync " to set this - - "coop-cloud.${STACK_NAME}.version=1.1.1+v5.1.3" + - "coop-cloud.${STACK_NAME}.version=1.1.2+v5.2.0" environment: TINYAUTH_APPURL: "https://${DOMAIN}" TINYAUTH_ANALYTICS_ENABLED: "true"