From 54b12898fcc9c7ca6ddc14d4266a4b5ed8d2f16b Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Wed, 3 Apr 2024 16:51:14 +1300 Subject: [PATCH] doc(explorer): Add changelog entry Add information for next explorer release v3.8.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd63fdf..bee69adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.8.0] - 2024-04-03 + +- Added support to the Sepolia testnet. +- Removed the Goerli testnet. +- Chore work done by removing a bunch of unused network definitions, (e.g. Arb Goerli) + ## [3.7.1] - 2024-01-10 - Footer links were updated. @@ -360,7 +366,8 @@ Staking Pools - First release -[unreleased]: https://github.com/cartesi/explorer/compare/v3.7.1...HEAD +[unreleased]: https://github.com/cartesi/explorer/compare/v3.8.0...HEAD +[3.8.0]: https://github.com/cartesi/explorer/compare/v3.8.0...v3.7.1 [3.7.1]: https://github.com/cartesi/explorer/compare/v3.7.1...v3.7.0 [3.7.0]: https://github.com/cartesi/explorer/compare/v3.7.0...v3.6.2 [3.6.2]: https://github.com/cartesi/explorer/compare/v3.6.1...v3.6.2