Skip to content

Commit 13e6c36

Browse files
authored
Release v6.4.0 (#347)
Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
1 parent 297c3d7 commit 13e6c36

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+
## 6.4.0 (2017-05-04)
6+
- Convert `iis_section` to a custom resource
7+
- Resolve issue with `iis_pool`
58

69
## 6.3.1 (2017-04-26)
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 '6.3.1'
7+
version '6.4.0'
88
supports 'windows'
99
depends 'windows', '>= 2.0'
1010
source_url 'https://github.com/chef-cookbooks/iis'

0 commit comments

Comments
 (0)