diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ba29de4..fe52fe495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.105.0+25.1 - 2024-03-08 + +* Vendor Bitcoin Core `v25.1` + ## 0.104.0+24.2 - 2024-03-03 * Vendor Bitcoin Core `v24.2` diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 5fef4ffe4..60a3cbe8f 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.104.0+24.2" +version = "0.105.0+25.1" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 5fef4ffe4..60a3cbe8f 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.104.0+24.2" +version = "0.105.0+25.1" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo.toml b/Cargo.toml index f3deb047f..b1ede76a4 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.104.0+24.2" +version = "0.105.0+25.1" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"