From 5fcfa9140d9721e91c33934f37881cc2dd9bf8d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:20:02 +0100 Subject: [PATCH] chore: release (#60) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ ginepro/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abf333..fd6615b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.8.0...ginepro-v0.8.1) - 2024-07-10 + +### Other +- replace outdated version recommendation with `cargo add` ([#59](https://github.com/TrueLayer/ginepro/pull/59)) + ## [0.8.0](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.7.2...ginepro-v0.8.0) - 2024-07-10 ### Breaking changes diff --git a/ginepro/Cargo.toml b/ginepro/Cargo.toml index a008278..8a2c473 100644 --- a/ginepro/Cargo.toml +++ b/ginepro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ginepro" -version = "0.8.0" +version = "0.8.1" edition = "2021" description = "A client-side gRPC channel implementation for tonic" repository = "https://github.com/TrueLayer/ginepro"