From a1b438c2f0abb3cc99fd54b280a3fb9eb4121039 Mon Sep 17 00:00:00 2001 From: Mihai Dinculescu Date: Mon, 31 Oct 2022 15:40:09 +0000 Subject: [PATCH] Release v2.0.1 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5371cb0..2b61bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ file. This change log follows the conventions of ## [Unreleased] +## [v2.0.1] - 2022-10-31 + ### Added - `create_search_api_client`, `search`, `create_interest_api_client` and `follow` now take an extra `keep_alive_interval` parameter that allows the caller to set a KA interval for the underlying gRPC connection. @@ -73,6 +75,7 @@ file. This change log follows the conventions of ### Initial release of iotics-grpc-client [unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-rs +[v2.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v2.0.1 [v2.0.0]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v2.0.0 [v0.3.0]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v0.3.0 [v0.2.7]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v0.2.7 diff --git a/Cargo.lock b/Cargo.lock index af4fdc9..68fe859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "iotics-grpc-client" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index b9109a0..e3fdfbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iotics-grpc-client" -version = "2.0.0" +version = "2.0.1" edition = "2021" description = "IOTICS gRPC client" license = "Apache-2.0"