You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## v0.21.2 (2023-11-07)
2
+
3
+
This patch release addresses the following issue:
4
+
- Inability to send RLN messages through the REST API
5
+
6
+
### Bug Fixes
7
+
8
+
-**rest:** fix bug in rest api when sending rln message ([#2169](https://github.com/waku-org/nwaku/issues/2169)) ([33decd7a](https://github.com/waku-org/nwaku/commit/33decd7a))
9
+
10
+
This is a patch release that is fully backwards-compatible with release `v0.21.0` and `v0.21.1`.
11
+
12
+
It supports the same [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
The Waku v1 implementation has been removed from this repository and can be found in a separate [Waku Legacy](https://github.com/waku-org/waku-legacy) repository.
21
+
1
22
## v0.21.1 (2023-10-26)
2
23
3
24
This patch release addresses the following issues:
0 commit comments