diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f5c90b..59347f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.14.0 (2021-02-25) +### Feature +* Allow reset of proxy ([`2218c57`](https://github.com/zabuldon/teslajsonpy/commit/2218c570fb35b26a962cfff8287ac66d126fe3ab)) + +### Fix +* Catch code even without redirect ([`37207ce`](https://github.com/zabuldon/teslajsonpy/commit/37207cea14b19d7961f2d6f774d2ba4ffadce043)) + ## v0.13.0 (2021-02-20) ### Feature * Add mfa support ([`413b585`](https://github.com/zabuldon/teslajsonpy/commit/413b585b306304e970cefd6c71182f47bdd95b52)) diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index 335a9d02..bb4c73fc 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -8,4 +8,4 @@ https://github.com/zabuldon/teslajsonpy """ -__version__ = "0.13.0" +__version__ = "0.14.0"