Skip to content

Commit 0ef5d88

Browse files
committed
version: 1.5.2
1 parent f6b6d23 commit 0ef5d88

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11

2-
# 1.5.2 (Development)
2+
# 1.5.2 (2023-09-28 17:56)
33

44
### Fixed
55

66
* Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
7+
* Problem resolved when sending files from minio to typebot
8+
* Improvement in the "startTypebot" method to create persistent session when triggered
9+
* New manager for Evo 1.5.2 - Set Typebot update
10+
* Resolved problems when reading/querying instances
711

812
# 1.5.1 (2023-09-17 13:50)
913

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:16.18-alpine
22

3-
LABEL version="1.5.1" description="Api to control whatsapp features through http requests."
3+
LABEL version="1.5.2" description="Api to control whatsapp features through http requests."
44
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
55
LABEL contact="contato@agenciadgcode.com"
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolution-api",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Rest api for communication with WhatsApp",
55
"main": "./dist/src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)