update changelog for v0.37.2

This commit is contained in:
Ivan Folgueira Bande 2026-03-19 23:09:22 +01:00 committed by Ivan FB
parent d2fdd6ff36
commit a0f134aadb
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -68,6 +68,16 @@
| [`66/WAKU2-METADATA`](https://github.com/waku-org/specs/blob/master/standards/core/metadata.md) | `raw` | `/vac/waku/metadata/1.0.0` |
| [`WAKU-SYNC`](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) | `draft` | `/vac/waku/sync/1.0.0` |
## v0.37.2 (2026-03-19)
### Features
- Allow union of several retention policies ([#3766](https://github.com/logos-messaging/logos-delivery/pull/3766))
### Bug Fixes
- Bump nim-http-utils to v0.4.1 to allow accepting <:><space><(> as a valid header and tests to validate html rfc7230 ([#43](https://github.com/status-im/nim-http-utils/pull/43))
## v0.37.1 (2026-03-12)
### Bug Fixes