changelog v2.3.0

This commit is contained in:
Davidson Gomes
2025-05-15 18:49:35 -03:00
parent 6a0b024b13
commit 0b33a76394
6 changed files with 1135 additions and 1356 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add --no-cache git ffmpeg wget curl bash openssl
LABEL version="2.2.3" description="Api to control whatsapp features through http requests."
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@evolution-api.com"