From 0269bce8dc23af2e4417d855a857bdd84e2ee634 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 25 Nov 2023 21:50:15 +0000 Subject: [PATCH] ci(release): release version 0.1.73 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d47dc2..e1baf2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.73](https://github.com/GaloyMoney/bria/releases/tag/0.1.73) + + +### Miscellaneous Tasks + +- Connect batch_broadcasting span + # [bria release v0.1.72](https://github.com/GaloyMoney/bria/releases/tag/0.1.72) diff --git a/Cargo.lock b/Cargo.lock index 92758477..61eb80b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.73-dev" +version = "0.1.73" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index dd25814c..16e42834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.73-dev" +version = "0.1.73" edition = "2021" [features]