From a277d366969c7d0eba52ca1fdabc1ed82af42451 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 20 Nov 2023 17:53:29 -0300 Subject: [PATCH] feat: sqs --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b359e6..ef25397c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# 1.5.5 (develop) +# 1.6.0 (develop) + +### Feature +* Added AWS SQS Integration ### Fixed diff --git a/Dockerfile b/Dockerfile index f60ed48d..8e610d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/package.json b/package.json index 6d97cf0b..8625030a 100644 --- a/package.json +++ b/package.json @@ -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": {