From dc337cd210d564d5fa1b8c4b2736e2b21baaafc5 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 3 Jul 2024 18:22:51 +0200 Subject: [PATCH] CHANGELOG.md: setting 0.30.1 as next public release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa1e7349..63d7b39c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.30.0 (2024-07-01) +## v0.30.1 (2024-07-03) ### Notes @@ -9,7 +9,7 @@ explained in [nwaku-compose](https://github.com/waku-org/nwaku-compose/blob/1b56 ### Release highlights * RLN_v2 is used. The maximum rate can be set to -`N` messages per epoch, instead of just one meessage per epoch. See [this](https://github.com/waku-org/nwaku/issues/2345) for more details. +`N` messages per epoch, instead of just one meessage per epoch. See [this](https://github.com/waku-org/nwaku/issues/2345) for more details. Notice that we established an epoch of 10 minutes. ### Changes