From 0ddd0d4a77a225859c9de8ca1128eed43383e344 Mon Sep 17 00:00:00 2001 From: felsweg-iota Date: Mon, 27 Jun 2022 08:06:36 +0000 Subject: [PATCH] apply version updates --- .changes/version.md | 5 ----- client/CHANGELOG.md | 6 ++++++ client/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/version.md diff --git a/.changes/version.md b/.changes/version.md deleted file mode 100644 index 8e9724713..000000000 --- a/.changes/version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"iota-stronghold": patch ---- - -bump patch version \ No newline at end of file diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 119442908..ce6828439 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[0.6.3] + +- bump patch version + - [d350acfd](https://www.github.com/iotaledger/stronghold.rs/commit/d350acfd17dcee55f4aaa2ce0ccaa2e84ed1bd34) fix: bump stronghold patch version on 2022-06-27 + - [2d08c650](https://www.github.com/iotaledger/stronghold.rs/commit/2d08c6506b63b11f45cec356284cde66bfe33ae3) fix: module name on 2022-06-27 + ## \[0.6.2] - split random byte string into fixed and variable sized diff --git a/client/Cargo.toml b/client/Cargo.toml index d22667daa..44a0a196a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_stronghold" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" readme = "README.md"