diff --git a/CHANGELOG.md b/CHANGELOG.md index a97b7849..3f49c6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.22](https://github.com/GaloyMoney/bria/releases/tag/0.1.22) + + +### Miscellaneous Tasks + +- Wire vout for payout in all layers (#233) + # [bria release v0.1.21](https://github.com/GaloyMoney/bria/releases/tag/0.1.21) diff --git a/Cargo.lock b/Cargo.lock index 6c5919ec..661534cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.22-dev" +version = "0.1.22" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 47bf0604..5e21262c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.22-dev" +version = "0.1.22" edition = "2021" [features]