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 4e46a38 commit 10d4234Copy full SHA for 10d4234
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This file is used to list changes made in each version of the iis cookbook.
4
5
+
6
+## 6.3.1 (2017-04-26)
7
8
+- [Fix multiple issues with ~FC023](https://github.com/chef-cookbooks/iis/pull/341)
9
10
## 6.3.0 (2017-04-24)
11
12
- Convert `iis_pool` to a custom resource
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.0'
+version '6.3.1'
supports 'windows'
depends 'windows', '>= 2.0'
source_url 'https://github.com/chef-cookbooks/iis'
0 commit comments