From 90bb206c7b436e288c6174ec88bd8792cb1c9350 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:25:08 +0100 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ac67e..ff3335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1](https://github.com/alloy-rs/chains/releases/tag/v0.1.1) - 2023-11-14 + +### Added + +- More implementations and delegated methods to `Chain` ([#6]) + +[#6]: https://github.com/alloy-rs/chains/pull/6 + ## [0.1.0](https://github.com/alloy-rs/chains/releases/tag/v0.1.0) - 2023-11-14 ### Added