From 07ce7ed30b915af451121884c49a469bd37fc308 Mon Sep 17 00:00:00 2001 From: ManuelBahr Date: Thu, 20 Jul 2017 10:43:02 +0200 Subject: [PATCH] adapted changelog for the release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76dc425..dbdbc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Change Log All notable changes to this project are noted in this file. This project adheres to [Semantic Versioning](http://semver.org/). +0.3.2 +----- + +- Fixed issue (https://github.com/blue-yonder/azure-cost-mon/issues/12) + where the sum of multiple time series was numerically instable by + emitting only integer values. The instability resulted in more counter + resets within Prometheus than necessary, so that `increase` gave wrong + results! + 0.3.1 -----