Skip to content

Commit a33df8e

Browse files
committed
Update CHANGELOG before v3.2.2 release
1 parent a41e304 commit a33df8e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ apache2 Cookbook Changelog
22
==========================
33
This file is used to list changes made in each version of the apache2 cookbook.
44

5+
v3.2.2 (2016-04-13)
6+
-------------------
7+
8+
- [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.
9+
10+
511
v3.2.1 (2016-04-11)
612
-------------------
713

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'Apache 2.0'
77
description 'Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions'
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version '3.2.1'
9+
version '3.2.2'
1010

1111
supports 'debian'
1212
supports 'ubuntu'

0 commit comments

Comments
 (0)