diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc802a0e..855baa18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +0.6.2 (2022-02-24) +================== + * Added percentage type for thresholds * Added ``datasource`` parameter to CloudWatch targets * Added support for auto panels ids to AlertList panel @@ -10,6 +13,7 @@ Changelog * Added ``alertName`` parameter to AlertList panel * Added ``thresholdsStyleMode`` parameter to TimeSeries panel * Added Histogram panel support +* Dashboard upload script updated to support overwriting dashboards 0.6.1 (2021-11-23) ================== diff --git a/setup.py b/setup.py index 5b850f73..6c7bbb67 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def local_file(name): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.6.1', + version='0.6.2', description='Library for building Grafana dashboards', long_description=open(README).read(), url='https://github.com/weaveworks/grafanalib',