diff --git a/CHANGELOG.md b/CHANGELOG.md index 424fed538..093e9ec90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.10.0-beta + +Re-implement the crate level API using the new `primitives` module. + # 0.10.0-alpha This release introduces a new `primitives` module that is basically a new implementation of the diff --git a/Cargo.toml b/Cargo.toml index 5b7975c03..264e55b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bech32" -version = "0.10.0-alpha" +version = "0.10.0-beta" authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"] repository = "https://github.com/rust-bitcoin/rust-bech32" documentation = "https://docs.rs/bech32/"