From 556f4f88ffe1caeb43fb4c7410aee4ebb2621b26 Mon Sep 17 00:00:00 2001 From: Thoralf-M Date: Wed, 22 May 2024 09:35:06 +0200 Subject: [PATCH] Update version and changelog --- Cargo.lock | 2 +- sdk/CHANGELOG.md | 6 +++++- sdk/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f781f3158..29580d921b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "iota-sdk" -version = "1.1.4" +version = "1.1.5" dependencies = [ "anymap", "async-trait", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index b1f25d5d1b..7ea6e4f22b 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -19,13 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## 1.1.5 - 2024-MM-DD +## 1.1.5 - 2024-05-22 ### Added - `Display` for `SecretManager`; - `StrongholdAdapter::snapshot_path` getter method; +### Changed + +- Updated dependencies; + ### Fixed - Prefer permanodes for `Client::{get_utxo_changes_by_id(), get_utxo_changes_by_index()}` routes; diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index a6c6718601..d7c12b98b8 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-sdk" -version = "1.1.4" +version = "1.1.5" authors = ["IOTA Stiftung"] edition = "2021" description = "The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs."