diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d018c..014346e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ CHANGELOG ========= +# v0.9.2 -- 2023-07-14 + +- Support signet + # v0.9.1 -- 2023-06-13 - Add `p2tr` to address output diff --git a/Cargo.lock b/Cargo.lock index c3db94e..72d50d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -163,7 +165,7 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" [[package]] name = "hal" -version = "0.9.1" +version = "0.9.2" dependencies = [ "base64-compat", "bip39", diff --git a/Cargo.toml b/Cargo.toml index 32a22d9..fa1a7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hal" -version = "0.9.1" +version = "0.9.2" authors = ["Steven Roose "] license = "CC0-1.0" homepage = "https://github.com/stevenroose/hal/"