diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f08964a..d96dae82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.12.0 (2021-02-13) +### Feature +* Add teslaproxy to capture oauth credentials ([`dd209d9`](https://github.com/zabuldon/teslajsonpy/commit/dd209d9c9f7d78b6cc2e2ca0da083054a58f0bc1)) + +### Documentation +* Add badges ([`02b583b`](https://github.com/zabuldon/teslajsonpy/commit/02b583b3ab4a53579bf8c68c03f03ee4405f6559)) + ## v0.11.5 (2021-02-02) ### Fix * Address attribute error properly for form ([`11f59ea`](https://github.com/zabuldon/teslajsonpy/commit/11f59eaa398d70e1444151414cc5235ce68584d9)) diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index bb49e301..64fb27ce 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -6,4 +6,4 @@ https://github.com/zabuldon/teslajsonpy """ -__version__ = "0.11.5" +__version__ = "0.12.0"