diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8f559..2d5348c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.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)) + ## [0.2.4](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.4) - 2024-03-29 ### Bug Fixes @@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.2.4 - Remove unused imports ([#33](https://github.com/foundry-rs/block-explorers/issues/33)) ### Other diff --git a/Cargo.toml b/Cargo.toml index a935d44..c9cc286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "foundry-block-explorers" -version = "0.2.4" +version = "0.2.5" edition = "2021" rust-version = "1.65" authors = ["Foundry Contributors"]