Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Feb 27, 2023
1 parent 05da866 commit c86dcec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion consensus/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion p2p/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion persistence/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion runtime/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c86dcec

Please sign in to comment.