diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb71ef1..468b1f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/xmc-rs/xmc4500/compare/v0.11.0...v0.11.1) (2024-04-29) + + +### Bug Fixes + +* regenerating files with legacy format ([82a1ffc](https://github.com/xmc-rs/xmc4500/commit/82a1ffc7e25f5fb43dfc06fc9d426745cb68724f)) + ## [0.11.0](https://github.com/xmc-rs/xmc4500/compare/v0.10.0...v0.11.0) (2024-04-25) diff --git a/Cargo.toml b/Cargo.toml index 2cc58251..e6edf8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4500" -version = "0.11.0" +version = "0.11.1" description = "XMC peripheral library for XMC4500 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]