diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 9 |
3 files changed, 11 insertions, 2 deletions
@@ -2882,7 +2882,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "sentrum" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-scoped", @@ -1,6 +1,6 @@ [package] name = "sentrum" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"] 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 |