aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md5
3 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d288ec6..f94bb46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2872,7 +2872,7 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
[[package]]
name = "sentrum"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"anyhow",
"async-scoped",
diff --git a/Cargo.toml b/Cargo.toml
index 8eafad3..1624e92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentrum"
-version = "0.1.5"
+version = "0.1.6"
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 09839c4..55483bb 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.6 (2024-04-24)
+------------------
+* Improved systemd setup and instructions
+* Add manpage file in `contrib/man/sentrum.1`
+
0.1.5 (2024-04-24)
------------------
* Improved action failure logging