From d5db42919b2f0e0a4873879185a2f040da50d702 Mon Sep 17 00:00:00 2001 From: mackerel Date: Wed, 21 Dec 2016 02:24:46 +0000 Subject: [PATCH] update changelogs --- CHANGELOG.md | 5 +++++ packaging/deb/debian/changelog | 7 +++++++ packaging/rpm/mkr.spec | 3 +++ 3 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f52e97..199ea7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.14.0 (2016-12-21) + +* Support expression monitor alerts in mkr alerts list #78 (itchyny) + + ## 0.13.0 (2016-11-29) * remove unreachable code: monitor type cannot be "check" #72 (haya14busa) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 9972da13..9ff7cbc9 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,10 @@ +mkr (0.14.0-1) stable; urgency=low + + * Support expression monitor alerts in mkr alerts list (by itchyny) + + + -- mackerel Wed, 21 Dec 2016 02:24:46 +0000 + mkr (0.13.0-1) stable; urgency=low * remove unreachable code: monitor type cannot be "check" (by haya14busa) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 09119d29..9263d789 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -42,6 +42,9 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Dec 21 2016 - 0.14.0-1 +- Support expression monitor alerts in mkr alerts list (by itchyny) + * Tue Nov 29 2016 - 0.13.0-1 - remove unreachable code: monitor type cannot be "check" (by haya14busa) - Fix the links to the api documents (by itchyny)