From 8ab043698fa8d835a4cee382796b058582f26699 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 11 Feb 2025 08:49:59 +1300 Subject: [PATCH] v1.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2994f3..76aac20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "1.7.1" +version = "1.7.2" dependencies = [ "base64 0.22.1", "bitcoin_hashes 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index 4311871..fd4b33a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chorus" -version = "1.7.1" +version = "1.7.2" description = "A personal relay for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/README.md b/README.md index 5e3e422..587473a 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,12 @@ announce upgrade instructions until release. ## Change Log -### Master +### Version 1.7.2 - Support for NIP-62 (PR #1256) Right to Vanish +- Fix NIP-86 management request header determination +- Management adds: numconnections, uptime +- chorus_cmd: fetch_by_id ### Version 1.7.1