This commit is contained in:
Mike Dilger 2025-01-21 11:53:58 +13:00
parent 0f94767f80
commit 5a1ab30c8f
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
[package]
name = "chorus"
version = "1.7.0"
version = "1.7.1"
description = "A personal relay for nostr"
authors = ["Mike Dilger <mike@mikedilger.com>"]
license = "MIT"

View File

@ -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)