Skip to content

Commit

Permalink
chore: release v1.0.0-beta.33 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 authored Feb 28, 2023
1 parent 8870176 commit 19fa7ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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)."
Expand Down

0 comments on commit 19fa7ac

Please sign in to comment.