From 36007346b1a374a8aa7cc6bfc04296002e9c1d92 Mon Sep 17 00:00:00 2001 From: Alexandcoats Date: Tue, 12 Sep 2023 09:45:59 -0400 Subject: [PATCH] chore: release `v1.0.0-rc.2` (#1272) release 1.0.0-rc.2 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83355b836..bb5224860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.0.0-rc.2](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2023-09-12) + + +### ⚠ BREAKING CHANGES + +* **deps:** use `iota-sdk` and remove dependency causing security alert (#1247) + +### Bug Fixes + +* forward worker errors to main exit code ([#1230](https://github.com/iotaledger/inx-chronicle/issues/1230)) ([6702440](https://github.com/iotaledger/inx-chronicle/commit/67024402c9d09f3f8507e54635209321196e09b8)) + + +### Miscellaneous Chores + +* **deps:** use `iota-sdk` and remove dependency causing security alert ([#1247](https://github.com/iotaledger/inx-chronicle/issues/1247)) ([02f0e0b](https://github.com/iotaledger/inx-chronicle/commit/02f0e0bbbc77986f1d0d4dc8bb90d793a99ed4fa)) + ## [1.0.0-rc.1](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.37...v1.0.0-rc.1) (2023-03-22) diff --git a/Cargo.lock b/Cargo.lock index f3fa579f1..779ee999d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "chronicle" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" dependencies = [ "async-trait", "auth-helper", diff --git a/Cargo.toml b/Cargo.toml index 3b3d73763..e3a37120c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" authors = ["IOTA Stiftung"] edition = "2021" description = "IOTA permanode implemented as an IOTA Node Extension (INX)."