From 26c3effd9a52e5d21b8dec159558ddff15d7a5e5 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 13 Nov 2023 06:57:13 +0000 Subject: [PATCH] ci(release): release version 0.1.61 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d28804..07d4c864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [bria release v0.1.61](https://github.com/GaloyMoney/bria/releases/tag/0.1.61) + + +### Miscellaneous Tasks + +- Bump serde from 1.0.190 to 1.0.192 (#389) +- Bump opentelemetry-otlp from 0.13.0 to 0.14.0 (#387) +- Bump tempfile from 3.8.0 to 3.8.1 (#388) + # [bria release v0.1.60](https://github.com/GaloyMoney/bria/releases/tag/0.1.60) diff --git a/Cargo.lock b/Cargo.lock index 98796838..d163046c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ dependencies = [ [[package]] name = "bria" -version = "0.1.61-dev" +version = "0.1.61" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c07c7d5b..29dfe7e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bria" -version = "0.1.61-dev" +version = "0.1.61" edition = "2021" [features]