diff --git a/CHANGELOG.md b/CHANGELOG.md index 093e9ec90..a4027a0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.0 - 2024-01-15 + +Release the new `primitives` module! + +- 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..3e8449798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bech32" -version = "0.10.0-beta" +version = "0.10.0" authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"] repository = "https://github.com/rust-bitcoin/rust-bech32" documentation = "https://docs.rs/bech32/"