From a91c0fafc18bdde05927bd0b0f4f2b1c82ea6cad Mon Sep 17 00:00:00 2001 From: Anna Haig Date: Fri, 6 Jan 2023 10:59:53 +0000 Subject: [PATCH] Release v3.1.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 8568913..319cdd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ file. This change log follows the conventions of ## [Unreleased] +## [v3.1.1] - 2023-01-06 +- added missing host metadata allow list property + ## [v3.1.0] - 2023-01-03 - removed visibility from upsert and update twin methods ## [v3.0.0] - 2022-12-23 diff --git a/Cargo.lock b/Cargo.lock index 252ecd2..84e84bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "iotics-grpc-client" -version = "3.1.0" +version = "3.1.1" dependencies = [ "anyhow", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index e7bb3ad..f0aeefa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iotics-grpc-client" -version = "3.1.0" +version = "3.1.1" edition = "2021" description = "IOTICS gRPC client" license = "Apache-2.0"