diff --git a/CHANGELOG.md b/CHANGELOG.md index 093e9ec90..35d2aba4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.10.0-beta2 - 2024-01-16 + +- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167) + # 0.10.0-beta Re-implement the crate level API using the new `primitives` module. diff --git a/Cargo.toml b/Cargo.toml index 264e55b09..7d1ad3a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "bech32" -version = "0.10.0-beta" +name = "bech32-beta2" +version = "0.10.0" authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"] repository = "https://github.com/rust-bitcoin/rust-bech32" documentation = "https://docs.rs/bech32/"