diff --git a/boards/atsame54_xpro/CHANGELOG.md b/boards/atsame54_xpro/CHANGELOG.md index aeed7fbb014..9b1cf9800a6 100644 --- a/boards/atsame54_xpro/CHANGELOG.md +++ b/boards/atsame54_xpro/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.5](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.13.4...atsame54_xpro-0.13.5) - 2026-08-13 + +### Fixed + +- *(atsame54_xpro)* Add loop to RTIC blinky example ([#1015](https://github.com/atsamd-rs/atsamd/pull/1015)) + ## [0.13.4](https://github.com/atsamd-rs/atsamd/compare/atsame54_xpro-0.13.3...atsame54_xpro-0.13.4) - 2026-08-09 ### Other diff --git a/boards/atsame54_xpro/Cargo.toml b/boards/atsame54_xpro/Cargo.toml index 84b7c9c637f..aa560ef9285 100644 --- a/boards/atsame54_xpro/Cargo.toml +++ b/boards/atsame54_xpro/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "atsame54_xpro" readme = "README.md" repository = "https://github.com/atsamd-rs/atsamd" -version = "0.13.4" +version = "0.13.5" [dependencies.cortex-m-rt] optional = true