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 d9ca8fe commit b916434Copy full SHA for b916434
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.8 (2017-03-13)
6
+- [iis-root default_documents broke from last fix](#306)
7
+
8
## 5.0.7 (2017-03-07)
9
- [iis-root default_documents deleted every chef run](#306)
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.7'
+version '5.0.8'
supports 'windows'
depends 'windows', '>= 1.34.6'
source_url 'https://github.com/chef-cookbooks/iis'
0 commit comments