diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d9faf..ed0017e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ file. This change log follows the conventions of ## [Unreleased] +## [v0.3.1] - 2023-02-19 + ### Added - `examples/tapo_generic_device_toggle.rs` demonstrates how `device_info` can be used to assess the current status of a generic device and toggle it. @@ -50,6 +52,7 @@ file. This change log follows the conventions of ### Initial Release of Tapo [unreleased]: https://github.com/mihai-dinculescu/tapo +[v0.3.1]: https://github.com/mihai-dinculescu/tapo/tree/v0.3.1 [v0.3.0]: https://github.com/mihai-dinculescu/tapo/tree/v0.3.0 [v0.2.1]: https://github.com/mihai-dinculescu/tapo/tree/v0.2.1 [v0.2.0]: https://github.com/mihai-dinculescu/tapo/tree/v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index 038a31a..c5e9905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "tapo" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index bdf97ad..fa27d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tapo" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" authors = ["Mihai Dinculescu "]