From 5a1ab30c8f3ed7c7d96480c5f698f19c1f1443ba Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 21 Jan 2025 11:53:58 +1300 Subject: [PATCH] v1.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93f52c7..ff2b9c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "1.7.0" +version = "1.7.1" dependencies = [ "base64 0.22.1", "bitcoin_hashes 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index e4221a1..4311871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chorus" -version = "1.7.0" +version = "1.7.1" description = "A personal relay for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/README.md b/README.md index 0711767..abb0840 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ announce upgrade instructions until release. ## Change Log +### Version 1.7.1 + +- Config setting allow_scrape_if_negentropy=true +- CLOSED no longer sent after CLOSE + ### Version 1.7.0 - Negentropy support (you must set enable_negentropy=true)