diff --git a/CHANGELOG.md b/CHANGELOG.md index dd86e82..465b437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,18 @@ 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.60](https://github.com/alloy-rs/chains/releases/tag/v0.1.60) - 2025-02-12 + +### Features + +- Add unichain ([#139](https://github.com/alloy-rs/chains/issues/139)) + ## [0.1.59](https://github.com/alloy-rs/chains/releases/tag/v0.1.59) - 2025-02-07 +### Miscellaneous Tasks + +- Release 0.1.59 + ### Other - Add berachain ([#138](https://github.com/alloy-rs/chains/issues/138)) diff --git a/Cargo.toml b/Cargo.toml index 216b16a..f5bafa9 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.59" +version = "0.1.60" edition = "2021" rust-version = "1.81" authors = ["Alloy Contributors"]