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"