Skip to content

Commit

Permalink
Update stronghold to 2.1.0 (#2250)
Browse files Browse the repository at this point in the history
* update stronghold to 2.1.0

* Update version and changelog

---------

Co-authored-by: Thoralf-M <thoralf.mue@gmail.com>
  • Loading branch information
UMR1352 and Thoralf-M authored May 22, 2024
1 parent d880182 commit 4858b95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down Expand Up @@ -67,7 +67,7 @@ futures = { version = "0.3.30", default-features = false, features = [
heck = { version = "0.4.1", default-features = false, optional = true }
instant = { version = "0.1.12", default-features = false, optional = true }
iota-ledger-nano = { version = "1.0.1", default-features = false, optional = true }
iota_stronghold = { version = "2.0.0", default-features = false, optional = true }
iota_stronghold = { version = "2.1.0", default-features = false, optional = true }
log = { version = "0.4.20", default-features = false, optional = true }
num_cpus = { version = "1.16.0", default-features = false, optional = true }
once_cell = { version = "1.19.0", default-features = false, optional = true }
Expand Down

0 comments on commit 4858b95

Please sign in to comment.