diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9a57b..526ee83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +... + +## 0.1.1 - 2023-12-11 + ### Changed - MSRV was raised to 1.62.0. diff --git a/Cargo.toml b/Cargo.toml index f579c88..e8e2606 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "max170xx" -version = "0.1.0" +version = "0.1.1" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/max170xx-rs" license = "MIT OR Apache-2.0"