diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5348c..bb0130f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.6](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.6) - 2024-04-15 + +### Other + +- Etherscan cache is constantly invalidated ([#40](https://github.com/foundry-rs/block-explorers/issues/40)) + ## [0.2.5](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.5) - 2024-04-03 ### Dependencies - Bump alloy-core ([#39](https://github.com/foundry-rs/block-explorers/issues/39)) +### Miscellaneous Tasks + +- Release 0.2.5 + ## [0.2.4](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.4) - 2024-03-29 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index c9cc286..941afc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "foundry-block-explorers" -version = "0.2.5" +version = "0.2.6" edition = "2021" rust-version = "1.65" authors = ["Foundry Contributors"]