From 0f075fe10cdff5f74ff193ed8b375f9fe6ba11c8 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 19 Nov 2021 09:06:07 +0200 Subject: [PATCH] Update release notes --- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9c05111..672cc26 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,11 +1,13 @@ -# 0.9.3 (TBD) +# 0.9.3 (Nov 20 2021) +* Support basic RPC handling during initial sync (#543) * Update MSRV requirements to Rust 1.48 (#603) * Bump `env_logger` to 0.9 (#604) * Monitor RocksDB statistics via Prometheus (#605) * Don't warn when queried with unsubscribed scripthashes (#609) * Allow skipping merkle proofs' during subscription (#610) * Remove `verbose` configuration (#615) +* Add `curl` to `Dockerfile` (#624) # 0.9.2 (Oct 31 2021)