Skip to content

Commit 67afbd6

Browse files
committed
v1.7.5
1 parent 8fce53b commit 67afbd6

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.7.5 (2024-05-21 08:50)
2+
3+
### Fixed
4+
* Add merge_brazil_contacts function to solve nine digit in brazilian numbers
5+
* Optimize ChatwootService method for updating contact
6+
* Fix swagger auth
7+
* Update aws sdk v3
8+
* Fix getOpenConversationByContact and init queries error
9+
* Method to mark chat as unread
10+
* Added environment variable to manually select the WhatsApp web version for the baileys lib (optional)
11+
112
# 1.7.4 (2024-04-28 09:46)
213

314
### Fixed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20.7.0-alpine AS builder
22

3-
LABEL version="1.7.4" description="Api to control whatsapp features through http requests."
3+
LABEL version="1.7.5" description="Api to control whatsapp features through http requests."
44
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
55
LABEL contact="contato@agenciadgcode.com"
66

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": "1.7.4",
3+
"version": "1.7.5",
44
"description": "Rest api for communication with WhatsApp",
55
"main": "./dist/src/main.js",
66
"scripts": {

src/docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ info:
2525
</font>
2626
2727
[![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/26869335-5546d063-156b-4529-915f-909dd628c090?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D26869335-5546d063-156b-4529-915f-909dd628c090%26entityType%3Dcollection%26workspaceId%3D339a4ee7-378b-45c9-b5b8-fd2c0a9c2442)
28-
version: 1.7.4
28+
version: 1.7.5
2929
contact:
3030
name: DavidsonGomes
3131
email: contato@agenciadgcode.com

0 commit comments

Comments
 (0)