diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb6e65..9d8375a 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.1.45](https://github.com/alloy-rs/chains/releases/tag/v0.1.45) - 2024-11-01 + +### Bug Fixes + +- Update explorer API endpoint for `Celo` / `CeloAlfajores` to use Etherscan ([#109](https://github.com/alloy-rs/chains/issues/109)) + ## [0.1.44](https://github.com/alloy-rs/chains/releases/tag/v0.1.44) - 2024-10-29 ### Features - Add ink support ([#107](https://github.com/alloy-rs/chains/issues/107)) +### Miscellaneous Tasks + +- Release 0.1.44 + ## [0.1.43](https://github.com/alloy-rs/chains/releases/tag/v0.1.43) - 2024-10-29 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 01a9a75..258839a 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.44" +version = "0.1.45" edition = "2021" rust-version = "1.79" authors = ["Alloy Contributors"]