Skip to content

Commit 1e34c41

Browse files
committed
chore(release): update changelog for v0.21.3 release (#2208)
1 parent b349be7 commit 1e34c41

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.21.3 (2023-11-09)
2+
3+
This patch release adds the following feature:
4+
- Adding generateRlnKeystore subcommand for RLN membership generation
5+
6+
### Features
7+
8+
- rln-keystore-generator is now a subcommand ([#2189](https://github.com/waku-org/nwaku/issues/2189)) ([1e919177](https://github.com/waku-org/nwaku/commit/1e919177))
9+
10+
This is a patch release that is fully backwards-compatible with release `v0.21.0`, `v0.21.1` and `v0.21.2`.
11+
12+
It supports the same [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
13+
| Protocol | Spec status | Protocol id |
14+
| ---: | :---: | :--- |
15+
| [`11/WAKU2-RELAY`](https://rfc.vac.dev/spec/11/) | `stable` | `/vac/waku/relay/2.0.0` |
16+
| [`12/WAKU2-FILTER`](https://rfc.vac.dev/spec/12/) | `draft` | `/vac/waku/filter/2.0.0-beta1` <br />`/vac/waku/filter-subscribe/2.0.0-beta1` <br />`/vac/waku/filter-push/2.0.0-beta1` |
17+
| [`13/WAKU2-STORE`](https://rfc.vac.dev/spec/13/) | `draft` | `/vac/waku/store/2.0.0-beta4` |
18+
| [`19/WAKU2-LIGHTPUSH`](https://rfc.vac.dev/spec/19/) | `draft` | `/vac/waku/lightpush/2.0.0-beta1` |
19+
20+
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+
122
## v0.21.2 (2023-11-07)
223

324
This patch release addresses the following issue:

0 commit comments

Comments
 (0)