diff --git a/CHANGELOG.md b/CHANGELOG.md index 371b9827..61915a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.3](https://github.com/xmc-rs/xmc4400/compare/v0.8.2...v0.8.3) (2023-12-25) + + +### Bug Fixes + +* moving to 2021 edition ([b6c2ce9](https://github.com/xmc-rs/xmc4400/commit/b6c2ce9c9ea0023a5933ecb17174394e845ab3bc)) + ## [0.8.2](https://github.com/xmc-rs/xmc4400/compare/v0.8.1...v0.8.2) (2023-12-25) diff --git a/Cargo.toml b/Cargo.toml index e68694b3..04967256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xmc4400" -version = "0.8.2" +version = "0.8.3" description = "XMC peripheral library for XMC4400 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "]