diff --git a/CHANGELOG.md b/CHANGELOG.md index 958ea482a..20c5e99dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.105.0+26.0 - 2024-02-01 + +* Vendor Bitcoin Core `v26.0` +* Add new Taproot verification API + ## 0.105.0+25.1 - 2024-02-08 * Vendor Bitcoin Core `v25.1` diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 60a3cbe8f..ddecc2323 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.105.0+25.1" +version = "0.106.0+26.0" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 60a3cbe8f..ddecc2323 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.105.0+25.1" +version = "0.106.0+26.0" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo.toml b/Cargo.toml index b1ede76a4..5a2953389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoinconsensus" # The first part is the crate version, the second informational part is the Bitcoin Core version. -version = "0.105.0+25.1" +version = "0.106.0+26.0" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"