From 5273955b1587f55eb26d98af7b5cff43b45e52aa Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Thu, 11 Mar 2021 23:48:58 +0100 Subject: [PATCH] bumping new version v1.2.2 updating CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2974ae3..649560e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## [Unreleased] +## [1.2.2] - 2021-03-11 + ### Changed - bump github.com/lib/pq from 1.9.0 to 1.10.0 (#7 by dependabot) +- adjustment in logging ## [1.2.1] - 2021-03-02 @@ -68,7 +71,8 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.1.0...v1.1.1