diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:16:27 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:16:27 +0100 |
commit | 02598018317943f3b23f7c7804c3d30b059a2949 (patch) | |
tree | 83c89433ddc7ea65d955b0fc54b59d2135f8d0de | |
parent | 69b55d06a30212dcbcff1f1ccd291bcfd9e4666d (diff) | |
download | sentrum-0.1.9.tar.gz sentrum-0.1.9.tar.bz2 sentrum-0.1.9.zip |
-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 |