From 5212a4c9e079e9e7eb4b2acdf166e6c5f7c4f8dc Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:02:00 +0100 Subject: [PATCH] Release v0.6.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a86843..7189482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.6.1] - 2023-02-19 + +- Bump `wry` to 0.27.0 + ## [0.6.0] - 2023-02-03 - Upgrade `wry` to 0.26.0 @@ -62,6 +66,7 @@ ## [0.1.0] - 2021-09-17 +[0.6.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.4...v0.5.0 [0.5.4]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/adriankumpf/tesla_auth/compare/v0.5.2...v0.5.3 diff --git a/Cargo.toml b/Cargo.toml index 0faa916..cad602d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla_auth" -version = "0.6.0" +version = "0.6.1" description = "Tesla token generator" homepage = "https://github.com/adriankumpf/tesla_auth" repository = "https://github.com/adriankumpf/tesla_auth"