diff --git a/CHANGELOG.md b/CHANGELOG.md index 73111572..ccef8717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/xmc-rs/xmc4700/compare/v0.10.0...v0.10.1) (2024-04-29) + + +### Bug Fixes + +* regenerating code with new arg ([ef973e9](https://github.com/xmc-rs/xmc4700/commit/ef973e9e7945573608c96aba1fb5c69098974c9f)) + ## [0.10.0](https://github.com/xmc-rs/xmc4700/compare/v0.9.0...v0.10.0) (2024-04-17) diff --git a/Cargo.toml b/Cargo.toml index cefe8f03..37612e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4700" -version = "0.10.0" +version = "0.10.1" description = "XMC peripheral library for XMC4700 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]