diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa65c813..719c1f5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.0.1 - Aug 5, 2021 + +- The `lift` method on a Miniscript node was fixed. It would previously mix up + the `X` and `Y` argument of an `andor` fragment. + # 6.0.0 - Jul 29, 2021 - bump `rust-bitcoin` to 0.27 diff --git a/Cargo.toml b/Cargo.toml index 4a0d02e4e..958e973b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miniscript" -version = "6.0.0" +version = "6.0.1" authors = ["Andrew Poelstra , Sanket Kanjalkar "] repository = "https://github.com/apoelstra/miniscript" description = "Miniscript: a subset of Bitcoin Script designed for analysis"