From 1a16e588f71ef96e518ce966e09b9094243d7a3a Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Mon, 5 Mar 2018 19:44:09 +0100 Subject: [PATCH] changelog: notes for #11055 and #9487 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5916f960e7f..1c5b9fe3751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 5.1.0 (unreleased) + +* **Postgres/MySQL**: Ability to insert 0s or nulls for missing intervals [#9487](https://github.com/grafana/grafana/issues/9487), thanks [@svenklemm](https://github.com/svenklemm) + + +# 5.0.1 (unreleased) + +* **Postgres**: PostgreSQL error when using ipv6 address as hostname in connection string [#11055](https://github.com/grafana/grafana/issues/11055), thanks [@svenklemm](https://github.com/svenklemm) + # 5.0.0-stable (2018-03-01) ### Fixes