diff --git a/CHANGELOG.md b/CHANGELOG.md index 265a65276..c3a3fc7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.102.0+22.1 - TODO + +* Vendor Bitcoin Core `v22.1` + ## 0.101.0+0.21-final - 2024-01-13 * Vendor Bitcoin Core `v0.21-final` 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/"