From 4ca141b4f45949b7a36b50c1dd64c6a697029599 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sun, 22 Sep 2024 10:32:00 -0300 Subject: [PATCH] version: 2.1.1 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fad22a9..ad16f461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.1.1 (develop) +# 2.1.1 (2024-09-22 10:31) ### Features diff --git a/Dockerfile b/Dockerfile index 657f3444..f9fa812c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine AS builder RUN apk update && \ apk add git ffmpeg wget curl bash -LABEL version="2.1.0" description="Api to control whatsapp features through http requests." +LABEL version="2.1.1" description="Api to control whatsapp features through http requests." LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes" LABEL contact="contato@atendai.com"