From e42a18efce280a9dc4f363366fdbc8a1b21c6bb0 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 21 Jan 2025 09:29:37 +1300 Subject: [PATCH] v1.7.0 --- 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 8fc2129..93f52c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "1.6.1" +version = "1.7.0" dependencies = [ "base64 0.22.1", "bitcoin_hashes 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index 6252ea0..e4221a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chorus" -version = "1.6.1" +version = "1.7.0" description = "A personal relay for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/README.md b/README.md index c3447f0..0711767 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ announce upgrade instructions until release. ## Change Log +### Version 1.7.0 + +- Negentropy support (you must set enable_negentropy=true) +- Blossom extensions are better + ### Version 1.6.1 - base_url added (you should set this if you are behind a proxy like nginx)