From ba216a4e27586c91eacd43e12c8af7172931fe6c Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 6 May 2024 14:03:11 +0000 Subject: [PATCH] ci(release): release version 0.1.106 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f20a6b8..e417ae90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [bria release v0.1.106](https://github.com/GaloyMoney/bria/releases/tag/0.1.106) + + +### Features + +- Use nix for gh actions test (#541) + +### Miscellaneous Tasks + +- Bump flake +- Bump base64 from 0.22.0 to 0.22.1 (#543) +- Bump serde from 1.0.199 to 1.0.200 (#544) +- Bump serde from 1.0.197 to 1.0.199 (#542) +- Bump serde_with from 3.7.0 to 3.8.1 (#540) +- Bump thiserror from 1.0.58 to 1.0.59 (#539) +- Bump serde_json from 1.0.115 to 1.0.116 (#534) +- Bump serial_test from 3.0.0 to 3.1.1 (#536) + +### Refactor + +- Paginate list-payouts cmd (#546) + # [bria release v0.1.105](https://github.com/GaloyMoney/bria/releases/tag/0.1.105) diff --git a/Cargo.lock b/Cargo.lock index 8fbd7115..d36fd8c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.106-dev" +version = "0.1.106" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 27b680ad..bd38a66d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.106-dev" +version = "0.1.106" edition = "2021" [features]