Skip to content

Commit

Permalink
[core] 2024.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed May 24, 2024
1 parent 5a95e9b commit 158a557
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/site/content/en/docs/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ If you wish to get and read Release Notes - read them on one of our platforms, *
### 🐛 Fixes
----

Set heap memory limit to 16GB for **NOWEB** engine.

- Issue: [#347](https://github.com/devlikeapro/whatsapp-http-api/issues/347)
- Build: `2024.5.11`
- Engine: **NOWEB**

----

Add `body` to messages with caption in **NOWEB** engine.

- Build: `2024.5.10`
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getEngineName(): string {
}

export const VERSION: WAHAEnvironment = {
version: '2024.5.10',
version: '2024.5.11',
engine: getEngineName(),
tier: getWAHAVersion(),
browser: getBrowserExecutablePath(),
Expand Down

0 comments on commit 158a557

Please sign in to comment.