diff --git a/CHANGELOG.md b/CHANGELOG.md index 67903f18..bbcb0989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/xmc-rs/xmc4200/compare/v0.8.1...v0.8.2) (2023-12-25) + + +### Bug Fixes + +* adding default features ([2e93a2b](https://github.com/xmc-rs/xmc4200/commit/2e93a2b50b5f0f94e120757189257e1bbaaeb875)) + ## [0.8.1](https://github.com/xmc-rs/xmc4200/compare/v0.8.0...v0.8.1) (2023-12-22) diff --git a/Cargo.toml b/Cargo.toml index 155f26b0..17d939c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xmc4200" description = "Peripheral access library for XCM4200 ARM Cortex-M" -version = "0.8.1" +version = "0.8.2" authors = ["Lucas Brendel "] readme = "README.md" license = "MIT"