feat: sqs

This commit is contained in:
Davidson Gomes 2023-11-20 17:53:29 -03:00
parent 6c9e86e17a
commit a277d36696
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,7 @@
# 1.5.5 (develop)
# 1.6.0 (develop)
### Feature
* Added AWS SQS Integration
### Fixed

View File

@ -1,6 +1,6 @@
FROM node:20.7.0-alpine
LABEL version="1.5.5" description="Api to control whatsapp features through http requests."
LABEL version="1.6.0" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@agenciadgcode.com"

View File

@ -1,6 +1,6 @@
{
"name": "evolution-api",
"version": "1.5.5",
"version": "1.6.0",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {