diff --git a/CHANGELOG.md b/CHANGELOG.md index 74638eee..92db7a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v3.4.1 (2022-12-05) +### Fix +* Add Valet mode optional argument ([#374](https://github.com/zabuldon/teslajsonpy/issues/374)) ([`535c988`](https://github.com/zabuldon/teslajsonpy/commit/535c988d4699d009b4fa6bfb3599463241d605fb)) + ## v3.4.0 (2022-12-02) ### Feature * Add auto seat climate command and properties ([#371](https://github.com/zabuldon/teslajsonpy/issues/371)) ([`21c5ff3`](https://github.com/zabuldon/teslajsonpy/commit/21c5ff3306d3caee48fa5062bb6194be1471f51a)) diff --git a/pyproject.toml b/pyproject.toml index 401ce1e6..4daef792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "3.4.0" +version = "3.4.1" description = "A library to work with Tesla API." authors = ["Sergey Isachenko "] license = "Apache-2.0" diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index 3948a803..3334bcc3 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -5,4 +5,4 @@ For more details about this api, please refer to the documentation at https://github.com/zabuldon/teslajsonpy """ -__version__ = "3.4.0" +__version__ = "3.4.1"