diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef9253..28971d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Basic API for EDAC functionality - PWM implementation and example +- API to perform peripheral resets ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5fd45cc..dda168f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.2.2" +version = "0.2.3" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers"