version: 1.5.2

This commit is contained in:
Davidson Gomes 2023-09-28 17:56:47 -03:00
parent f6b6d23e93
commit 0ef5d884cc
3 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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": {