From a33df8e1188cfad2a95dca4cdac15b667cdb2884 Mon Sep 17 00:00:00 2001 From: Sander van Zoest Date: Wed, 13 Apr 2016 18:22:14 -0700 Subject: [PATCH] Update CHANGELOG before v3.2.2 release --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c234114..c936d35d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ apache2 Cookbook Changelog ========================== This file is used to list changes made in each version of the apache2 cookbook. +v3.2.2 (2016-04-13) +------------------- + +- [GH-420] Allow auto-conversion if either of `apache.listen_ports` or `apache.listen_addresses` are set rather than '&&'. This ensures conversion occurs if only one of the two is set. + + v3.2.1 (2016-04-11) ------------------- diff --git a/metadata.rb b/metadata.rb index 7e794685f..39cc3d761 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ license 'Apache 2.0' description 'Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.2.1' +version '3.2.2' supports 'debian' supports 'ubuntu'