diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d3ac6..34eaee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ file. This change log follows the conventions of ## [Unreleased] +## [v7.0.0] - 2024-06-25 +- Updated to IOTICS API v1.3.0 + +## [v6.0.0] - 2024-05-06 +- Updated to IOTICS API v1.1.0 + ## [v5.0.0] - 2024-01-24 - BREAKING CHANGE - IOTICS Public API v1.0.1 - removed createdAt from SearchResponse, ListAllTwinsResponse, and DescribeTwinResponse diff --git a/Cargo.lock b/Cargo.lock index cd48743..f98f80a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "iotics-grpc-client" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index d77892e..d36f7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iotics-grpc-client" -version = "6.0.0" +version = "7.0.0" edition = "2021" description = "IOTICS gRPC client" license = "Apache-2.0" diff --git a/README.md b/README.md index 7044b29..7639d52 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ IOTICS gRPC client in Rust. | iotics-grpc-client-rs | iotics-host | | ------------------------------ | ----------- | +| `iotics-grpc-client = "7.x.x"` | `>= 7` | | `iotics-grpc-client = "6.x.x"` | `>= 7` | | `iotics-grpc-client = "5.x.x"` | `>= 6` | | `iotics-grpc-client = "4.x.x"` | `>= 6` | diff --git a/api b/api index 8c959fe..6d48f38 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 8c959fe569429db9e6e1acea6bad18a5b167f2dd +Subproject commit 6d48f38cab03ad55579b6abc20124b1a842d6ebf