From 9c1aba837fd334355fae3c05c534a848fee73576 Mon Sep 17 00:00:00 2001 From: Andrew Prokhorenkov Date: Wed, 5 Jun 2019 19:51:21 -0500 Subject: [PATCH] chore(changelog): 0.7.4 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e41d1..6be70f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ ## [Unreleased] +### Chore +- **changelog:** 0.7.4 + + + +## [0.7.4] - 2019-06-05 ### Chore - **changelog:** 0.7.3 +- **codestyle:** reformat +- **dep:** update +- **deps:** bump requests from 2.21.0 to 2.22.0 + +### Fix +- **api:** python2 Teams support, fix [#24](https://github.com/m0nhawk/grafana_api/issues/24) @@ -137,7 +149,8 @@ - always deploy -[Unreleased]: https://github.com/m0nhawk/grafana_api/compare/0.7.3...HEAD +[Unreleased]: https://github.com/m0nhawk/grafana_api/compare/0.7.4...HEAD +[0.7.4]: https://github.com/m0nhawk/grafana_api/compare/0.7.3...0.7.4 [0.7.3]: https://github.com/m0nhawk/grafana_api/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/m0nhawk/grafana_api/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/m0nhawk/grafana_api/compare/0.7.0...0.7.1