From e1c3fdb748897ce6919f55ca9b4463c47b0b2cc3 Mon Sep 17 00:00:00 2001 From: /alex/ Date: Mon, 6 Feb 2023 17:16:38 +0100 Subject: [PATCH] chore: release `v1.0.0-beta.32` (#1106) --- 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 1122a25dc..08ea5b14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [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) + + +### ⚠ BREAKING CHANGES + +* **db:** migration version checking (#1097) + +### Features + +* **grafana:** explicitly state datasource UIDs ([#991](https://github.com/iotaledger/inx-chronicle/issues/991)) ([315bf0c](https://github.com/iotaledger/inx-chronicle/commit/315bf0cb40e349c208c2f5d6e59eedeb2dcd9aa6)) + + +### Bug Fixes + +* **db:** migration version checking ([#1097](https://github.com/iotaledger/inx-chronicle/issues/1097)) ([4d1bc3e](https://github.com/iotaledger/inx-chronicle/commit/4d1bc3eb6be969d477328bbabe89e842ee8d723f)), closes [#1098](https://github.com/iotaledger/inx-chronicle/issues/1098) + ## [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) diff --git a/Cargo.lock b/Cargo.lock index be5ec845b..24a8ba457 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chronicle" -version = "1.0.0-beta.31" +version = "1.0.0-beta.32" dependencies = [ "async-trait", "auth-helper", diff --git a/Cargo.toml b/Cargo.toml index 54b4539cf..478147665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle" -version = "1.0.0-beta.31" +version = "1.0.0-beta.32" authors = ["IOTA Stiftung"] edition = "2021" description = "IOTA permanode implemented as an IOTA Node Extension (INX)."