From 57c0b95fe365ab731e3770bd94780f34e3739315 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 9 Jun 2023 12:22:43 +0000 Subject: [PATCH] ci(release): release version 0.1.19 --- 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 670b0229..64d2492e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [bria release v0.1.19](https://github.com/GaloyMoney/bria/releases/tag/0.1.19) + + +### Features + +- Add find_payout_by_external_id (#227) + # [bria release v0.1.18](https://github.com/GaloyMoney/bria/releases/tag/0.1.18) diff --git a/Cargo.lock b/Cargo.lock index 0f3e6f46..95bb8e58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.19-dev" +version = "0.1.19" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ece4ee0c..c4df0978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.19-dev" +version = "0.1.19" edition = "2021" [features]