diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed4948a..8bc9f691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/xmc-rs/xmc4300/compare/v0.7.1...v0.7.2) (2023-12-25) + + +### Bug Fixes + +* adding default features ([52d6bf4](https://github.com/xmc-rs/xmc4300/commit/52d6bf461195627e9e24ab6401deb1f45cac4d0e)) + ## [0.7.1](https://github.com/xmc-rs/xmc4300/compare/v0.7.0...v0.7.1) (2023-12-22) diff --git a/Cargo.toml b/Cargo.toml index 3f58dd51..0c3bdd89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4300" -version = "0.7.1" +version = "0.7.2" description = "XMC peripheral library for XMC4300 generated from SVD" authors = ["Lucas Brendel "] readme = "README.md"