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)