From 5d421c5e0715afa7245708097a785755b23d5d5f Mon Sep 17 00:00:00 2001 From: Bryan White Date: Thu, 4 May 2023 12:45:57 +0200 Subject: [PATCH] chore: update changelog --- build/docs/CHANGELOG.md | 2 +- p2p/CHANGELOG.md | 2 +- runtime/docs/CHANGELOG.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build/docs/CHANGELOG.md b/build/docs/CHANGELOG.md index cbd2e48884..311875c4e0 100644 --- a/build/docs/CHANGELOG.md +++ b/build/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.40] - 2023-05-01 +## [0.0.0.40] - 2023-05-04 - Updated Dockerfiles using outdated go version to 1.19 diff --git a/p2p/CHANGELOG.md b/p2p/CHANGELOG.md index 184ab33969..014ef1519d 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.50] - 2023-05-01 +## [0.0.0.50] - 2023-05-04 - Removed unused `Transport` interface - Moved and renamed `raintree.RainTreeConfig` to `util.RouterConfig` diff --git a/runtime/docs/CHANGELOG.md b/runtime/docs/CHANGELOG.md index a8395fd751..5af6980adc 100644 --- a/runtime/docs/CHANGELOG.md +++ b/runtime/docs/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.0.37] - 2023-05-04 + +- Renamed `P2PConfig#MaxMempoolCount` to `P2PConfig#MaxNonces` +- Renamed `DefaultP2PMaxMempoolCount` to `DefaultP2PMaxNonces` + ## [0.0.0.36] - 2023-04-28 - Consolidated files for defaults together