summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--docs/CHANGELOG.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff4d23c..d101201 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentrum"
-version = "0.1.0"
+version = "0.1.1"
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 009131d..469ab7e 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.1 (2024-04-22)
+------------------
+* Fixed message.format deserialization not accepting lowercase values
+* Fixed release GH action
+
0.1.0 (2024-04-21)
------------------
Initial release