From 19fa7ac7bc1fbc30247cb519a993be18115a2f5b Mon Sep 17 00:00:00 2001 From: /alex/ Date: Tue, 28 Feb 2023 16:42:32 +0100 Subject: [PATCH] chore: release `v1.0.0-beta.33` (#1156) --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ea5b14a..6c2cf6a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [1.0.0-beta.33](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* **api:** add payload type to `block_by_milestone` (#1116) +* **analytics:** rework analytics (#1049) + +### Features + +* **api:** add payload type to `block_by_milestone` ([#1116](https://github.com/iotaledger/inx-chronicle/issues/1116)) ([d5b9f55](https://github.com/iotaledger/inx-chronicle/commit/d5b9f55fbe0662ee553adf08ac0ccdffee4d37d1)) +* **analytics:** rework analytics ([#1049] (https://github.com/iotaledger/inx-chronicle/issues/1049)) ([8870176](https://github.com/iotaledger/inx-chronicle/commit/88701768831400cdb98653965839677407cba1a3)) + +### Bug Fixes + +* **docs:** Remove `config.toml` remnants ([#1135](https://github.com/iotaledger/inx-chronicle/issues/1135)) ([14a67e9] (https://github.com/iotaledger/inx-chronicle/commit/14a67e9e5462b885c04a9adfe7580e6a014971e6)) +* **inx:** node config updates ([#1110](https://github.com/iotaledger/inx-chronicle/issues/1110)) ([f48936b] (https://github.com/iotaledger/inx-chronicle/commit/f48936bec1b121415ca7524019f7f08d21a697fc)) + ## [1.0.0-beta.32](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2023-02-06) diff --git a/Cargo.lock b/Cargo.lock index 37d126581..2637db87c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle" -version = "1.0.0-beta.32" +version = "1.0.0-beta.33" dependencies = [ "async-trait", "auth-helper", diff --git a/Cargo.toml b/Cargo.toml index 82e63eb7f..47d89733a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle" -version = "1.0.0-beta.32" +version = "1.0.0-beta.33" authors = ["IOTA Stiftung"] edition = "2021" description = "IOTA permanode implemented as an IOTA Node Extension (INX)."