Skip to content

Commit

Permalink
chore: ei-2933 - Updated api to v1.3.0 (#44)
Browse files Browse the repository at this point in the history
* chore: ei-2933 - Updated api to v1.3.0
  • Loading branch information
RPatterson1 authored Jun 25, 2024
1 parent 96ad893 commit 2f4f67a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion api

0 comments on commit 2f4f67a

Please sign in to comment.