Skip to content

Commit

Permalink
chore: release v1.0.0-rc.2 (#1272)
Browse files Browse the repository at this point in the history
release 1.0.0-rc.2
  • Loading branch information
Alexandcoats authored Sep 12, 2023
1 parent ed184c8 commit 3600734
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.0.0-rc.2](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2023-09-12)


### ⚠ BREAKING CHANGES

* **deps:** use `iota-sdk` and remove dependency causing security alert (#1247)

### Bug Fixes

* forward worker errors to main exit code ([#1230](https://github.com/iotaledger/inx-chronicle/issues/1230)) ([6702440](https://github.com/iotaledger/inx-chronicle/commit/67024402c9d09f3f8507e54635209321196e09b8))


### Miscellaneous Chores

* **deps:** use `iota-sdk` and remove dependency causing security alert ([#1247](https://github.com/iotaledger/inx-chronicle/issues/1247)) ([02f0e0b](https://github.com/iotaledger/inx-chronicle/commit/02f0e0bbbc77986f1d0d4dc8bb90d793a99ed4fa))

## [1.0.0-rc.1](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.37...v1.0.0-rc.1) (2023-03-22)


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

0 comments on commit 3600734

Please sign in to comment.