diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae4952..21e38c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.5.1] - 2022-06-14 + +- Update dependencies + ## [0.5.0] - 2022-04-09 - Remove ability to generate Owner API tokens as Tesla does not support them anymore @@ -38,6 +42,7 @@ ## [0.1.0] - 2021-09-17 +[0.5.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.4.0...v0.4.1 diff --git a/Cargo.lock b/Cargo.lock index 415c658..7cc1d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1692,7 +1692,7 @@ dependencies = [ [[package]] name = "tesla_auth" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 7dc37f1..a3cbb2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla_auth" -version = "0.5.0" +version = "0.5.1" description = "Tesla token generator" homepage = "https://github.com/adriankumpf/tesla_auth" repository = "https://github.com/adriankumpf/tesla_auth"