Skip to content

Commit

Permalink
Update CHANGELOG before v3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svanzoest committed Apr 14, 2016
1 parent a41e304 commit a33df8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a33df8e

Please sign in to comment.