diff --git a/CHANGELOG.md b/CHANGELOG.md index 013ee6039..8f5dbc350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -# 1.5.2 (Development) +# 1.5.2 (2023-09-28 17:56) ### Fixed * Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options +* Problem resolved when sending files from minio to typebot +* Improvement in the "startTypebot" method to create persistent session when triggered +* New manager for Evo 1.5.2 - Set Typebot update +* Resolved problems when reading/querying instances # 1.5.1 (2023-09-17 13:50) diff --git a/Dockerfile b/Dockerfile index df4b31763..61d40a2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:16.18-alpine -LABEL version="1.5.1" description="Api to control whatsapp features through http requests." +LABEL version="1.5.2" description="Api to control whatsapp features through http requests." LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes" LABEL contact="contato@agenciadgcode.com" diff --git a/package.json b/package.json index 7591fadb3..b0f8cebe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-api", - "version": "1.5.1", + "version": "1.5.2", "description": "Rest api for communication with WhatsApp", "main": "./dist/src/main.js", "scripts": {