diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d2aba4c..adc33edb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.0-beta2 - 2024-01-16 +# 0.10.0-beta.2 - 2024-01-17 - Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167) diff --git a/Cargo.toml b/Cargo.toml index 4ee8a6c6b..8a5900323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bech32" -version = "0.10.0-beta2" +version = "0.10.0-beta.2" authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"] repository = "https://github.com/rust-bitcoin/rust-bech32" documentation = "https://docs.rs/bech32/"