From 77c4c643f3cbe3c72fc16646feb3a7c4251a0049 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sun, 3 Nov 2024 13:12:44 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a1694..f6ee1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Unreleased +## [0.7.0](https://github.com/stm32-rs/stm32-eth/tree/v0.7.0) +* [Update hals](https://github.com/stm32-rs/stm32-eth/pull/97) + * `stm32f4xx-hal` from `0.20` to `0.21` + * `stm32f7xx-hal` from `0.7` to `0.7` + ## [0.6.0](https://github.com/stm32-rs/stm32-eth/tree/v0.6.0) * Update version of `smoltcp` to `v0.11.0` ([#92]) * Remove re-export of `smoltcp`, and update examples ([#94])