From 02598018317943f3b23f7c7804c3d30b059a2949 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 30 Apr 2024 15:16:27 +0100 Subject: Bump to v0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/CHANGELOG.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79eee34..4f674b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,7 +2882,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "sentrum" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index 974bbb6..e64be78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentrum" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["sommerfeld "] description = "Daemon that monitors watch-only bitcoin wallets" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1dc1fc..638159b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,12 @@ +0.1.9 (2024-04-30) +------------------ +* Improve multsig wallet support and documentation +* Breaking: ntfy action no longer defaults to use "sentrum" as a topic name. +That was highly insecure when used on the ntfy.sh default public server. It will +now default to randomly generating a topic name that will be output in the +terminal. If you were using the old default, you should now look at the terminal +output to retrieve the topic name and add it to your ntfy app. + 0.1.8 (2024-04-25) ------------------ * Release aarch64 builds -- cgit v1.2.3-70-g09d2