diff --git a/build/docs/CHANGELOG.md b/build/docs/CHANGELOG.md index 40d89d6731..d87a974ea4 100644 --- a/build/docs/CHANGELOG.md +++ b/build/docs/CHANGELOG.md @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.19] - 2023-02-24 +## [0.0.0.19] - 2023-02-27 - replace `consensus_port` with `port` in P2P config - update default P2P config `port` to from `8080` to `42069` - add `use_libp2p` field to base config - add `hostname` field to P2P config +- move `v1-validator-default-config` to a template ## [0.0.0.18] - 2023-02-21 diff --git a/consensus/doc/CHANGELOG.md b/consensus/doc/CHANGELOG.md index 3a0b77b791..289c8ec24e 100644 --- a/consensus/doc/CHANGELOG.md +++ b/consensus/doc/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.33] - 2023-02-24 +## [0.0.0.33] - 2023-02-27 - Update logger value references with pointers diff --git a/p2p/CHANGELOG.md b/p2p/CHANGELOG.md index 7f131c0201..b34494b2a5 100644 --- a/p2p/CHANGELOG.md +++ b/p2p/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.30] - 2023-02-24 +## [0.0.0.30] - 2023-02-27 - replace `consensus_port` with `port` in P2P config - update default P2P config `port` to from `8080` to `42069` diff --git a/persistence/docs/CHANGELOG.md b/persistence/docs/CHANGELOG.md index d070f5ab0b..7513255097 100644 --- a/persistence/docs/CHANGELOG.md +++ b/persistence/docs/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.39] - 2023-02-24 +## [0.0.0.39] - 2023-02-27 - Update state hash test after modifying genesis (updated port numbers) diff --git a/runtime/docs/CHANGELOG.md b/runtime/docs/CHANGELOG.md index 90216157ad..6e855309d1 100644 --- a/runtime/docs/CHANGELOG.md +++ b/runtime/docs/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.24] - 2023-02-24 +## [0.0.0.24] - 2023-02-27 - replace `consensus_port` with `port` in P2P config - update default P2P config `port` to from `8080` to `42069` diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index ac933472a3..30c40700f4 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.0.33] - 2023-02-24 +## [0.0.0.33] - 2023-02-27 - Update logger value references with pointers