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 da7d022 commit 98fb3d7Copy full SHA for 98fb3d7
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
+## 5.0.7 (2017-03-07)
6
+- [iis-root default_documents deleted every chef run](#306)
7
+
8
## 5.0.6 (2017-02-24)
9
- [iis_version is not evaluated properly on if statement](#308)
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 '5.0.6'
+version '5.0.7'
supports 'windows'
depends 'windows', '>= 1.34.6'
source_url 'https://github.com/chef-cookbooks/iis'
0 commit comments