Skip to content

Commit

Permalink
chore: release v1.0.0-beta.36 (#1180)
Browse files Browse the repository at this point in the history
Release 1.0.0-beta.36
  • Loading branch information
Alexandcoats authored Mar 10, 2023
1 parent 02d28b3 commit e451dea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.0.0-beta.36](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2023-03-10)


### ⚠ BREAKING CHANGES

* **analytics:** properly take the base token analytics after each milestone (#1179)

### Bug Fixes

* **analytics:** properly take the base token analytics after each milestone ([#1179](https://github.com/iotaledger/inx-chronicle/issues/1179)) ([02d28b3](https://github.com/iotaledger/inx-chronicle/commit/02d28b3c39d8c2b57437d0e538a4ea749e7d856c))
* **db:** indexer query by tag ([#1171](https://github.com/iotaledger/inx-chronicle/issues/1171)) ([3c894a3](https://github.com/iotaledger/inx-chronicle/commit/3c894a37bc91d6968da6adad2878aecc49b80833))

## [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)


Expand Down Expand Up @@ -786,4 +798,3 @@

* **docker:** fix and document ports ([#239](https://github.com/iotaledger/inx-chronicle/issues/239)) ([9c68717](https://github.com/iotaledger/inx-chronicle/commit/9c68717d364ef2d2908ead76fdd17e62f6786648))
* remove `Archiver` ([#125](https://github.com/iotaledger/inx-chronicle/issues/125)) ([9249cf1](https://github.com/iotaledger/inx-chronicle/commit/9249cf1b643d1e45e4286e3942564d347492351b))

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.35"
version = "1.0.0-beta.36"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down

0 comments on commit e451dea

Please sign in to comment.