Skip to content

Commit d3d9e33

Browse files
matheusmartinsInspermatheusmartinsInsper
authored andcommitted
version: 2.2.2
1 parent 66e35f9 commit d3d9e33

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# 2.2.2 (develop)
1+
# 2.2.2 (2025-01-31 06:55)
22

33
### Features
44

55
* Added prefix key to queue name in RabbitMQ
66

7+
### Fixed
8+
9+
* Update Baileys Version
10+
711
# 2.2.1 (2025-01-22 14:37)
812

913
### Features

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 wget curl bash openssl
55

6-
LABEL version="2.2.1" description="Api to control whatsapp features through http requests."
6+
LABEL version="2.2.2" description="Api to control whatsapp features through http requests."
77
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88
LABEL contact="[email protected]"
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolution-api",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Rest api for communication with WhatsApp",
55
"main": "./dist/main.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)