diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a116c..1d7dddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,23 @@ 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.1.40](https://github.com/alloy-rs/chains/releases/tag/v0.1.40) - 2024-10-19 + +### Features + +- Add iotex ([#102](https://github.com/alloy-rs/chains/issues/102)) +- Add world ([#101](https://github.com/alloy-rs/chains/issues/101)) + ## [0.1.39](https://github.com/alloy-rs/chains/releases/tag/v0.1.39) - 2024-10-17 ### Features - Add Linea Sepolia ([#100](https://github.com/alloy-rs/chains/issues/100)) +### Miscellaneous Tasks + +- Release 0.1.39 + ## [0.1.38](https://github.com/alloy-rs/chains/releases/tag/v0.1.38) - 2024-10-11 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 743169f..3c3bb58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alloy-chains" description = "Canonical type definitions for EIP-155 chains" -version = "0.1.39" +version = "0.1.40" edition = "2021" rust-version = "1.79" authors = ["Alloy Contributors"]