diff --git a/CHANGELOG.md b/CHANGELOG.md index b152f0a9..5c5af285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/xmc-rs/xmc4800/compare/v0.7.1...v0.7.2) (2023-12-25) + + +### Bug Fixes + +* adding default features ([ef9cb66](https://github.com/xmc-rs/xmc4800/commit/ef9cb66f02cdc8803b87e50c59cebb3714c6a66a)) + ## [0.7.0](https://github.com/xmc-rs/xmc4800/compare/v0.6.0...v0.7.0) (2023-12-22) diff --git a/Cargo.toml b/Cargo.toml index 5a434efe..42e3f317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4800" -version = "0.7.1" +version = "0.7.2" description = "XMC peripheral library for XMC4800 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]