diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5441f0..ebd0feed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.68](https://github.com/GaloyMoney/bria/releases/tag/0.1.68) + + +### Bug Fixes + +- Add income_settled_ledger_tx_id as cpfp condition + # [bria release v0.1.67](https://github.com/GaloyMoney/bria/releases/tag/0.1.67) diff --git a/Cargo.lock b/Cargo.lock index 58c92ebf..a907e1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.68-dev" +version = "0.1.68" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5ee92a49..b33439ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.68-dev" +version = "0.1.68" edition = "2021" [features]