diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be58fa4..1a5441f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [bria release v0.1.67](https://github.com/GaloyMoney/bria/releases/tag/0.1.67) + + +### Bug Fixes + +- Clippy +- Remove utxo from cpfp if no fee bump needed +- Clippy + +### Refactor + +- Let BDK choose unconfirmed UTXOs not needing extra fees + # [bria release v0.1.66](https://github.com/GaloyMoney/bria/releases/tag/0.1.66) diff --git a/Cargo.lock b/Cargo.lock index fd5bfad6..d143771d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.67-dev" +version = "0.1.67" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7164dca7..8abf32fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.67-dev" +version = "0.1.67" edition = "2021" [features]