From 8c5786d2442cfb2cef9be957a4a2e61253ce8ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 06:56:48 +0000 Subject: [PATCH] chore: release v0.9.3 --- CHANGELOG.md | 6 ++++++ ginepro/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2939100..bdcb8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.3](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.2...ginepro-v0.9.3) - 2026-05-15 + +### Added + +- add aws-lc-rs TLS backend feature ([#75](https://github.com/TrueLayer/ginepro/pull/75)) + ## [0.9.2](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.1...ginepro-v0.9.2) - 2026-05-04 ### Other diff --git a/ginepro/Cargo.toml b/ginepro/Cargo.toml index 85922b1..703fbef 100644 --- a/ginepro/Cargo.toml +++ b/ginepro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ginepro" -version = "0.9.2" +version = "0.9.3" edition = "2021" description = "A client-side gRPC channel implementation for tonic" repository = "https://github.com/TrueLayer/ginepro"