diff --git a/packages/block/CHANGELOG.md b/packages/block/CHANGELOG.md index c752776435..597f5e04b7 100644 --- a/packages/block/CHANGELOG.md +++ b/packages/block/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 5.3.0 - 2024-07-23 +## 5.3.0 - 2024-08-15 ### Blocks with EIP-7685 Consensus Layer Requests diff --git a/packages/blockchain/CHANGELOG.md b/packages/blockchain/CHANGELOG.md index af52387be1..9d3cdfa478 100644 --- a/packages/blockchain/CHANGELOG.md +++ b/packages/blockchain/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 7.3.0 - 2024-07-23 +## 7.3.0 - 2024-08-15 ### EIP-6110 (Deposit Requests) / EIP-7002 (Withdrawal Requests) Support diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 8eabce19ee..fef5ef867d 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 0.10.2 - 2024-07-23 +## 0.10.2 - 2024-08-15 This releases comes with some RPC improvements as well as various updates to catch up for testnets preparing for the Prague hardfork as well as the Verkle tree integration. Note that for running/participating in the latest Prague and Verkle testnets it is still needed to join with a build from `master` since testnets are evolving so quickly that it is not practical to catch up with official client releases! diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 7516fede8f..f133a46e2a 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 4.4.0 - 2024-07-23 +## 4.4.0 - 2024-08-15 ### EIP-6110 (Deposit Requests) / EIP-7002 (Withdrawal Requests) / EIP-7251 (Consolidation Requests) Support diff --git a/packages/devp2p/CHANGELOG.md b/packages/devp2p/CHANGELOG.md index ffe1a72639..0d87820eda 100644 --- a/packages/devp2p/CHANGELOG.md +++ b/packages/devp2p/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 6.1.3 - 2024-07-23 +## 6.1.3 - 2024-08-15 Maintenance release with downstream dependency updates, see PR [#3527](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3527) diff --git a/packages/ethash/CHANGELOG.md b/packages/ethash/CHANGELOG.md index 3ed860b229..464f316b23 100644 --- a/packages/ethash/CHANGELOG.md +++ b/packages/ethash/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 3.0.4 - 2024-07-23 +## 3.0.4 - 2024-08-15 Maintenance release with downstream dependency updates, see PR [#3527](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3527) diff --git a/packages/evm/CHANGELOG.md b/packages/evm/CHANGELOG.md index 42e501d9d5..b1e4d914f0 100644 --- a/packages/evm/CHANGELOG.md +++ b/packages/evm/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 3.1.0 - 2024-07-23 +## 3.1.0 - 2024-08-15 ### EIP-2537 BLS Precompiles (Prague) diff --git a/packages/genesis/CHANGELOG.md b/packages/genesis/CHANGELOG.md index c425defc7c..c76dfeebcc 100644 --- a/packages/genesis/CHANGELOG.md +++ b/packages/genesis/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 0.2.3 - 2024-07-23 +## 0.2.3 - 2024-08-15 Maintenance release with downstream dependency updates, see PR [#3527](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3527) diff --git a/packages/statemanager/CHANGELOG.md b/packages/statemanager/CHANGELOG.md index b38f4c623c..b497b7b4ff 100644 --- a/packages/statemanager/CHANGELOG.md +++ b/packages/statemanager/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 2.4.0 - 2024-07-23 +## 2.4.0 - 2024-08-15 ### Verkle Updates diff --git a/packages/trie/CHANGELOG.md b/packages/trie/CHANGELOG.md index 7729e02051..a4fd858781 100644 --- a/packages/trie/CHANGELOG.md +++ b/packages/trie/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 6.2.1 - 2024-07-23 +## 6.2.1 - 2024-08-15 ### Other Features diff --git a/packages/tx/CHANGELOG.md b/packages/tx/CHANGELOG.md index a701a46225..8c05c8ab82 100644 --- a/packages/tx/CHANGELOG.md +++ b/packages/tx/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 5.4.0 - 2024-07-23 +## 5.4.0 - 2024-08-15 #### EOA Code Transaction (EIP-7702) (experimental) diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 5b79a67e20..79166e79d2 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 9.1.0 - 2024-07-23 +## 9.1.0 - 2024-08-15 ### Support for Partial Accounts diff --git a/packages/verkle/CHANGELOG.md b/packages/verkle/CHANGELOG.md index c84e81447e..c52c3915fd 100644 --- a/packages/verkle/CHANGELOG.md +++ b/packages/verkle/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 0.1.0 - 2024-07-23 +## 0.1.0 - 2024-08-15 This is the first (still experimental) Verkle library release with some basic `put()` and `get()` functionality working! 🎉 Still highly moving and evolving parts, but early experiments and feedback welcome! diff --git a/packages/vm/CHANGELOG.md b/packages/vm/CHANGELOG.md index e9839ce0bb..585719e8d4 100644 --- a/packages/vm/CHANGELOG.md +++ b/packages/vm/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 8.1.0 - 2024-07-23 +## 8.1.0 - 2024-08-15 ### EIP-6110 (Deposit Requests) / EIP-7002 (Withdrawal Requests) / EIP-7251 (Consolidation Requests) Support diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 91b7f62926..d155728a9b 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 2.0.4 - 2024-07-23 +## 2.0.4 - 2024-08-15 Maintenance release with downstream dependency updates, see PR [#3527](https://github.com/ethereumjs/ethereumjs-monorepo/pull/3527)