Skip to content

Commit

Permalink
chore: release v1.0.0-beta.15 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Sep 9, 2022
1 parent 44546d8 commit 178d861
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.0-beta.15](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-09-09)


### Bug Fixes

* **ci:** start mongo in coverage CI ([cbca6a3](https://github.com/iotaledger/inx-chronicle/commit/cbca6a3ad43126ae0b236dd00e26d21ea581b184))
* **config:** fix wrong config reset ([#642](https://github.com/iotaledger/inx-chronicle/issues/642)) ([9c468dd](https://github.com/iotaledger/inx-chronicle/commit/9c468dd6c758706b76191fc42e9ab75f3b9c1b99))

## [1.0.0-beta.14](https://github.com/iotaledger/inx-chronicle/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-08-30)


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.14"
version = "1.0.0-beta.15"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "IOTA permanode implemented as an IOTA Node Extension (INX)."
Expand Down
2 changes: 1 addition & 1 deletion docker/config.testnet.hornet.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion docker/docker-compose.nest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

hornet:
container_name: hornet
image: iotaledger/hornet-nest:2.0.0-beta.6
image: iotaledger/hornet-nest:2.0.0-beta.8
ports:
- "14265:14265/tcp"
- "8081:8081/tcp"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ../config.template.toml:/app/config.toml:ro

hornet:
image: iotaledger/hornet:2.0.0-beta.6
image: iotaledger/hornet:2.0.0-beta.8
container_name: hornet
ulimits:
nofile:
Expand Down

0 comments on commit 178d861

Please sign in to comment.