aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-30 15:16:27 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2024-04-30 15:16:27 +0100
commit02598018317943f3b23f7c7804c3d30b059a2949 (patch)
tree83c89433ddc7ea65d955b0fc54b59d2135f8d0de
parent69b55d06a30212dcbcff1f1ccd291bcfd9e4666d (diff)
downloadsentrum-02598018317943f3b23f7c7804c3d30b059a2949.tar.gz
sentrum-02598018317943f3b23f7c7804c3d30b059a2949.tar.bz2
sentrum-02598018317943f3b23f7c7804c3d30b059a2949.zip
Bump to v0.1.9HEADv0.1.9master
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md9
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 <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