diff --git a/boards/grand_central_m4/CHANGELOG.md b/boards/grand_central_m4/CHANGELOG.md index f9e056f7ec0..f73194cc795 100644 --- a/boards/grand_central_m4/CHANGELOG.md +++ b/boards/grand_central_m4/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.1](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.8.0...grand_central_m4-0.8.1) - 2024-11-21 + +### Other + +- *(grand_central_m4)* Add an I2C example ([#787](https://github.com/atsamd-rs/atsamd/pull/787)) + ## [0.8.0](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.7.0...grand_central_m4-0.8.0) - 2024-11-17 ### Added diff --git a/boards/grand_central_m4/Cargo.toml b/boards/grand_central_m4/Cargo.toml index 58abdbbf996..f908134cf6b 100644 --- a/boards/grand_central_m4/Cargo.toml +++ b/boards/grand_central_m4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grand_central_m4" -version = "0.8.0" +version = "0.8.1" authors = ["Dustin Little "] description = "Board Support crate for the Adafruit Grand Central M4 Express" keywords = ["no-std", "arm", "cortex-m", "embedded-hal"]