From 62865b8147c3822b681f9e1e460504c2ef91973e Mon Sep 17 00:00:00 2001 From: Michael Burns Date: Mon, 10 Oct 2016 22:28:36 -0700 Subject: [PATCH 1/3] bump * Add attribute to allow restart or reload service control --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 0b3294f..5d880ae 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) source_url 'https://github.com/nathwill/chef-haproxy-ng' issues_url 'https://github.com/nathwill/chef-haproxy-ng/issues' -version '1.2.0' +version '1.2.1' %w( fedora redhat centos scientific ubuntu ).each do |platform| supports platform From 329bd16463b6bbb270c63c75c78a5e5b0e1d49f7 Mon Sep 17 00:00:00 2001 From: Michael Burns Date: Mon, 10 Oct 2016 22:29:56 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f10a08..4164c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.1 / 2016-10-11 + +* Add an attribute to allow restart or reload service control + # 1.2.0 / 2015-12-03 * fix issue with using attributes as proxy config arg by reading proxy-provider generated stub (thanks @wktmeow) From 60690572829c0dcad896d84b28e8b67efc225816 Mon Sep 17 00:00:00 2001 From: Michael Burns Date: Wed, 12 Oct 2016 04:20:45 -0700 Subject: [PATCH 3/3] fix date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4164c8a..b44e79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.2.1 / 2016-10-11 +# 1.2.1 / 2016-10-12 * Add an attribute to allow restart or reload service control