Skip to content

Commit 98fb3d7

Browse files
authored
iis-root default_documents deleted every chef run (#312)
Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
1 parent da7d022 commit 98fb3d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This file is used to list changes made in each version of the iis cookbook.
44

5+
## 5.0.7 (2017-03-07)
6+
- [iis-root default_documents deleted every chef run](#306)
7+
58
## 5.0.6 (2017-02-24)
69
- [iis_version is not evaluated properly on if statement](#308)
710

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Microsoft Internet Information Services'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '5.0.6'
7+
version '5.0.7'
88
supports 'windows'
99
depends 'windows', '>= 1.34.6'
1010
source_url 'https://github.com/chef-cookbooks/iis'

0 commit comments

Comments
 (0)