From 463bb58d73d154c704bf606567f0d08ed80a9b7b Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Thu, 29 Sep 2022 13:55:28 +0200 Subject: [PATCH] Bump verion to 1.0.0-rc.1 --- Cargo.lock | 2 +- bee-inx/CHANGELOG.md | 8 ++++++++ bee-inx/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e01fbe73..409cd66082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "bee-inx" -version = "1.0.0-beta.6" +version = "1.0.0-rc.1" dependencies = [ "bee-block", "dotenvy", diff --git a/bee-inx/CHANGELOG.md b/bee-inx/CHANGELOG.md index 0048f1ce23..7d8ce33de9 100644 --- a/bee-inx/CHANGELOG.md +++ b/bee-inx/CHANGELOG.md @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> +## 1.0.0-rc.1 - 2022-09-29 + +### Added + +- Missing INX bindings +- Examples +- Documentation + ## 1.0.0-beta.6 - 2022-09-26 ### Added diff --git a/bee-inx/Cargo.toml b/bee-inx/Cargo.toml index 59171573ba..b7bf94c775 100644 --- a/bee-inx/Cargo.toml +++ b/bee-inx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bee-inx" -version = "1.0.0-beta.6" +version = "1.0.0-rc.1" authors = [ "IOTA Stiftung" ] edition = "2021" description = "Rust bindings for IOTA node extensions (INX)"