diff --git a/mipidsi/CHANGELOG.md b/mipidsi/CHANGELOG.md index afa3eeb..6f77f4c 100644 --- a/mipidsi/CHANGELOG.md +++ b/mipidsi/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.8.0] - 2024-05-24 + ### Added - added `GC9A01` model support diff --git a/mipidsi/Cargo.toml b/mipidsi/Cargo.toml index 6db9f8c..8c6d1f8 100644 --- a/mipidsi/Cargo.toml +++ b/mipidsi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mipidsi" description = "MIPI Display Command Set compatible generic driver" -version = "0.7.1" +version = "0.8.0" authors = ["Ales Katona "] edition = "2021" license = "MIT"