Skip to content

Commit 0259801

Browse files
author
sommerfeld
committed
Bump to v0.1.9
1 parent 69b55d0 commit 0259801

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentrum"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["sommerfeld <sommerfeld@sommerfeld.dev>"]
66
description = "Daemon that monitors watch-only bitcoin wallets"

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.1.9 (2024-04-30)
2+
------------------
3+
* Improve multsig wallet support and documentation
4+
* Breaking: ntfy action no longer defaults to use "sentrum" as a topic name.
5+
That was highly insecure when used on the ntfy.sh default public server. It will
6+
now default to randomly generating a topic name that will be output in the
7+
terminal. If you were using the old default, you should now look at the terminal
8+
output to retrieve the topic name and add it to your ntfy app.
9+
110
0.1.8 (2024-04-25)
211
------------------
312
* Release aarch64 builds

0 commit comments

Comments
 (0)