diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fac467d..8be58fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [bria release v0.1.66](https://github.com/GaloyMoney/bria/releases/tag/0.1.66) + + +### Features + +- Cpfp (#399) + +### Miscellaneous Tasks + +- Bump rust_decimal from 1.32.0 to 1.33.1 (#398) + # [bria release v0.1.65](https://github.com/GaloyMoney/bria/releases/tag/0.1.65) diff --git a/Cargo.lock b/Cargo.lock index 7096ac8d..77584836 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.66-dev" +version = "0.1.66" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1733fdf0..8464c1b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.66-dev" +version = "0.1.66" edition = "2021" [features]