We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa19c7f commit 9122daeCopy full SHA for 9122dae
CHANGELOG.md
@@ -1,9 +1,13 @@
1
-# 2.2.2 (develop)
+# 2.2.2 (2025-01-31 06:55)
2
3
### Features
4
5
* Added prefix key to queue name in RabbitMQ
6
7
+### Fixed
8
+
9
+* Update Baileys Version
10
11
# 2.2.1 (2025-01-22 14:37)
12
13
Dockerfile
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add git ffmpeg wget curl bash openssl
-LABEL version="2.2.1" description="Api to control whatsapp features through http requests."
+LABEL version="2.2.2" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@atendai.com"
0 commit comments