Skip to content

Commit 0dfbed4

Browse files
committed
changelog
1 parent 9bf17f2 commit 0dfbed4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
### Features
44

55
* Added general session button in typebot, dify and openai in manager
6+
* Added compatibility with mysql through prisma
67

78
### Fixed
89

910
* Import contacts with image in chatwoot
1011
* Fix conversationId when is dify agent
1112
* Fixed loading of selects in the manager
1213
* Add restart button to sessions screen
14+
* Adjustments to docker files
1315

1416
# 2.0.8-rc (2024-08-08 20:23)
1517

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33
RUN apk update && \
44
apk add git ffmpeg wget curl bash
55

6-
LABEL version="2.0.4-beta" description="Api to control whatsapp features through http requests."
6+
LABEL version="2.0.9-rc" description="Api to control whatsapp features through http requests."
77
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88
LABEL contact="contato@agenciadgcode.com"
99

0 commit comments

Comments
 (0)