diff --git a/CHANGELOG.md b/CHANGELOG.md index afa58e1..2939100 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.2](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.1...ginepro-v0.9.2) - 2026-05-04 + +### Other + +- remove coverage step from CI ([#73](https://github.com/TrueLayer/ginepro/pull/73)) + ## [0.9.1](https://github.com/TrueLayer/ginepro/compare/ginepro-v0.9.1...ginepro-v0.9.0) - 2026-05-04 ### Other diff --git a/ginepro/Cargo.toml b/ginepro/Cargo.toml index 78c3559..5422847 100644 --- a/ginepro/Cargo.toml +++ b/ginepro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ginepro" -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "A client-side gRPC channel implementation for tonic" repository = "https://github.com/TrueLayer/ginepro"