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": {