diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8fa02..7e731a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Unreleased +## [0.8.1](https://github.com/stm32-rs/stm32-eth/tree/v0.8.1) +* Fixed bug in `smoltcp::phy::Device` implementation that caused panics on RX errors ([#102]) + +[#102]: https://github.com/stm32-rs/stm32-eth/pull/102 + ## [0.8.0](https://github.com/stm32-rs/stm32-eth/tree/v0.8.0) * Update version of `smoltcp` to `v0.12.0` ([#99]) diff --git a/Cargo.toml b/Cargo.toml index cc45a0e..0b0be09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "stm32-eth" description = "Embedded Rust Ethernet driver for the STM32 MCU series" license = "Apache-2.0" authors = ["Astro ", "Johannes Draaijer "] -version = "0.8.0" +version = "0.8.1" keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"] repository = "https://github.com/stm32-rs/stm32-eth" documentation = "https://docs.rs/stm32-eth/"