diff --git a/CHANGELOG.md b/CHANGELOG.md index 9393368..91ff8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.5.3] - 2022-09-11 + +- Upgrade `wry` to 0.21.1 +- Update instructions for Debian 11 (#56) + ## [0.5.2] - 2022-08-02 - Upgrade `wry` to 0.20 @@ -46,6 +51,7 @@ ## [0.1.0] - 2021-09-17 +[0.5.3]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.1...v0.5.2 [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 diff --git a/Cargo.lock b/Cargo.lock index f4d9f2f..1626999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "tesla_auth" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index e9dce29..50c6a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla_auth" -version = "0.5.2" +version = "0.5.3" description = "Tesla token generator" homepage = "https://github.com/adriankumpf/tesla_auth" repository = "https://github.com/adriankumpf/tesla_auth"