From 1a888b0e926e938abe30c7a2cffb6448ce4165c8 Mon Sep 17 00:00:00 2001 From: mackerel Date: Wed, 8 Feb 2017 01:57:00 +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 3f505092..957b8a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.14.2 (2017-02-08) + +* [monitors diff] Add the "to-remote" bool flag #82 (yoheimuta) + + ## 0.14.1 (2017-01-11) * formatter.NewAsciiFormatter now needs config #80 (astj) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 39c34fb2..4df53fca 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,10 @@ +mkr (0.14.2-1) stable; urgency=low + + * [monitors diff] Add the "to-remote" bool flag (by yoheimuta) + + + -- mackerel Wed, 08 Feb 2017 01:57:00 +0000 + mkr (0.14.1-1) stable; urgency=low * formatter.NewAsciiFormatter now needs config (by astj) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index d4fe2c14..6eeb6b28 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -42,6 +42,9 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Feb 08 2017 - 0.14.2-1 +- [monitors diff] Add the "to-remote" bool flag (by yoheimuta) + * Wed Jan 11 2017 - 0.14.1-1 - formatter.NewAsciiFormatter now needs config (by astj)