We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b229c commit 4ca141bCopy full SHA for 4ca141b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 2.1.1 (develop)
+# 2.1.1 (2024-09-22 10:31)
2
3
### Features
4
Dockerfile
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash
5
6
-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."
7
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
8
LABEL contact="contato@atendai.com"
9
0 commit comments