diff --git a/CHANGELOG.md b/CHANGELOG.md index c2203bbd..5300afef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Define a global proxy to be used if the instance does not have one * Save is on whatsapp on the database * Add headers to the instance's webhook registration +* Debounce message break is now "\n" instead of white space ### Fixed @@ -16,6 +17,7 @@ * Use exchange name from .env on RabbitMQ * Fixed chatwoot screen * It is now possible to send images via the Evolution Channel +* Removed "version" from docker-compose as it is obsolete (https://dev.to/ajeetraina/do-we-still-use-version-in-compose-3inp) # 2.1.0 (2024-08-26 15:33) diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index 9869fd57..2ca3424e 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -1,5 +1,3 @@ -version: '3.3' - services: api: container_name: evolution_api @@ -20,6 +18,7 @@ services: volumes: evolution_instances: + networks: evolution-net: name: evolution-net diff --git a/docker-compose.yaml b/docker-compose.yaml index 15963935..21dcf5d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,3 @@ -version: '3.3' - services: api: container_name: evolution_api @@ -19,6 +17,7 @@ services: volumes: evolution_instances: + networks: evolution-net: name: evolution-net