diff --git a/CHANGELOG.md b/CHANGELOG.md index cdedfcac0..11ac282c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# Unreleased +## 0.102.0+22.1 - 2024-01-23 * Stop testing on `s390x-unknow-linux-gnu` - we cannot currently get Core v22.2 to build on this target. +* Vendor Bitcoin Core `v22.1` ## 0.101.1+0.21-final - 2024-01-13 diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 4c7d5727f..19aa573ec 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.101.1+0.21-final" +version = "0.102.0+22.1" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 4c7d5727f..19aa573ec 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.101.1+0.21-final" +version = "0.102.0+22.1" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo.toml b/Cargo.toml index 8cf962fb6..a198d46ab 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.101.1+0.21-final" +version = "0.102.0+22.1" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"