From f37b721c096777b14b474b87da13bde470e22c93 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 8 Nov 2023 22:43:46 +0000 Subject: [PATCH] ci(release): release version 0.1.60 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77de2226..23d28804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [bria release v0.1.60](https://github.com/GaloyMoney/bria/releases/tag/0.1.60) + + +### Miscellaneous Tasks + +- Add timeout to call to mempool (#386) +- Bump serde_yaml from 0.9.25 to 0.9.27 (#382) +- Bump async-trait from 0.1.73 to 0.1.74 (#383) +- Bump serde_json from 1.0.107 to 1.0.108 (#380) +- Bump clap from 4.4.2 to 4.4.7 (#381) +- Bump chrono from 0.4.28 to 0.4.31 (#376) +- Bump uuid from 1.4.1 to 1.5.0 (#377) +- Remove dead code +- Bump futures from 0.3.28 to 0.3.29 (#371) +- Bump thiserror from 1.0.48 to 1.0.50 (#370) + # [bria release v0.1.59](https://github.com/GaloyMoney/bria/releases/tag/0.1.59) diff --git a/Cargo.lock b/Cargo.lock index 00c11e7e..37cdb4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.60-dev" +version = "0.1.60" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 84db1294..4f2cd0b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.60-dev" +version = "0.1.60" edition = "2021" [features]