We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297c3d7 commit 13e6c36Copy full SHA for 13e6c36
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This file is used to list changes made in each version of the iis cookbook.
4
5
+## 6.4.0 (2017-05-04)
6
+- Convert `iis_section` to a custom resource
7
+- Resolve issue with `iis_pool`
8
9
## 6.3.1 (2017-04-26)
10
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures Microsoft Internet Information Services'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '6.3.1'
+version '6.4.0'
supports 'windows'
depends 'windows', '>= 2.0'
source_url 'https://github.com/chef-cookbooks/iis'
0 commit comments