Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.3](https://github.com/rmyndharis/OpenWA-n8n/compare/v0.9.2...v0.9.3) (2026-08-16)


### Bug Fixes

* reject a webhook secret below the server's 16-character floor ([#43](https://github.com/rmyndharis/OpenWA-n8n/issues/43)) ([d507909](https://github.com/rmyndharis/OpenWA-n8n/commit/d5079091dbdc2f7c0ea425759f3c2a4109b235cf))

## [0.9.2](https://github.com/rmyndharis/OpenWA-n8n/compare/v0.9.1...v0.9.2) (2026-08-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmyndharis/n8n-nodes-openwa",
"version": "0.9.2",
"version": "0.9.3",
"description": "n8n community nodes for OpenWA WhatsApp API Gateway",
"author": {
"name": "rmyndharis",
Expand Down