diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | docs/CHANGELOG.md | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |