From 8a0ab41b860bc63b5ab4410488fc459860f81a2b Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 13 Sep 2024 13:17:06 +0200 Subject: [PATCH] chore: release 0.1.31 --- CHANGELOG.md | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3e3c1..04241ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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). -## [Unreleased] +## [0.1.31](https://github.com/alloy-rs/chains/releases/tag/v0.1.31) - 2024-09-13 -### Features +### Other -- Add immutable mainnet and testnet ([#88](https://github.com/alloy-rs/chains/issues/88)) +- Immutable zkEVM and Immutable zkEVM testnet ([#88](https://github.com/alloy-rs/chains/issues/88)) ## [0.1.30](https://github.com/alloy-rs/chains/releases/tag/v0.1.30) - 2024-09-06 @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.1.30 - Rustmft ## [0.1.29](https://github.com/alloy-rs/chains/releases/tag/v0.1.29) - 2024-08-27 diff --git a/Cargo.toml b/Cargo.toml index 40d2d7e..994bd78 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.30" +version = "0.1.31" edition = "2021" rust-version = "1.70" authors = ["Alloy Contributors"]