diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0e13a74..1122a25dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.0.0-beta.31](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2023-02-01) + + +### ⚠ BREAKING CHANGES + +* **indexer:** add indexed id to fix implicit aliases and nfts (#1075) + +### Bug Fixes + +* **analytics:** only calculate analytics after chronicle is synced ([#1065](https://github.com/iotaledger/inx-chronicle/issues/1065)) ([3568cfe](https://github.com/iotaledger/inx-chronicle/commit/3568cfecdbc962be7f697adc634126c247e79ff4)) +* **ci:** fix `format` arguments ([#1042](https://github.com/iotaledger/inx-chronicle/issues/1042)) ([77c03cd](https://github.com/iotaledger/inx-chronicle/commit/77c03cda5569efad14dc0da51611fad512eca592)) +* **ci:** generalize license template regex ([#1058](https://github.com/iotaledger/inx-chronicle/issues/1058)) ([bf57230](https://github.com/iotaledger/inx-chronicle/commit/bf57230509bec9f08c06d4f9e75708a173e21439)) +* **db:** slow newest/oldest milestone query ([#1071](https://github.com/iotaledger/inx-chronicle/issues/1071)) ([5e3b9f9](https://github.com/iotaledger/inx-chronicle/commit/5e3b9f9e55edcc5218b8de543be40057b0d974f1)) +* **grafana:** remove deprecated panel ([#1040](https://github.com/iotaledger/inx-chronicle/issues/1040)) ([87f5b42](https://github.com/iotaledger/inx-chronicle/commit/87f5b4229bce635fab88fda3e9bfa347a9d2bdeb)) +* **indexer:** add indexed id to fix implicit aliases and nfts ([#1075](https://github.com/iotaledger/inx-chronicle/issues/1075)) ([c37a5cb](https://github.com/iotaledger/inx-chronicle/commit/c37a5cb72342fcb7285666760984873c0cc71211)) + ## [1.0.0-beta.30](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2023-01-17) diff --git a/Cargo.lock b/Cargo.lock index e3140b6bf..be5ec845b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle" -version = "1.0.0-beta.30" +version = "1.0.0-beta.31" dependencies = [ "async-trait", "auth-helper", diff --git a/Cargo.toml b/Cargo.toml index e7072cdea..e358c158a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle" -version = "1.0.0-beta.30" +version = "1.0.0-beta.31" authors = ["IOTA Stiftung"] edition = "2021" description = "IOTA permanode implemented as an IOTA Node Extension (INX)."