diff --git a/va108xx-hal/CHANGELOG.md b/va108xx-hal/CHANGELOG.md index 90ba77d..a9bf921 100644 --- a/va108xx-hal/CHANGELOG.md +++ b/va108xx-hal/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.8.0] 2024-09-30 + ## Changed - Improves `CascardSource` handling and general API when chosing cascade sources. diff --git a/va108xx-hal/Cargo.toml b/va108xx-hal/Cargo.toml index 1e3ce57..71f7af0 100644 --- a/va108xx-hal/Cargo.toml +++ b/va108xx-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.7.0" +version = "0.8.0" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers"