diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2b225a7..8c8b96228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.0-beta.35](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2023-03-03) + + +### Bug Fixes + +* **cli:** fix regression at startup ([#1162](https://github.com/iotaledger/inx-chronicle/issues/1162)) ([aaa7986] (https://github.com/iotaledger/inx-chronicle/commit/aaa79864253df72139be686fb7b43c13b1f88038)) + ## [1.0.0-beta.34](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2023-03-02) diff --git a/Cargo.lock b/Cargo.lock index fe6f3bdc7..86477dfea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle" -version = "1.0.0-beta.34" +version = "1.0.0-beta.35" dependencies = [ "async-trait", "auth-helper", diff --git a/Cargo.toml b/Cargo.toml index c220cc33e..4e1606872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle" -version = "1.0.0-beta.34" +version = "1.0.0-beta.35" authors = ["IOTA Stiftung"] edition = "2021" description = "IOTA permanode implemented as an IOTA Node Extension (INX)."