Skip to content

Commit 10d4234

Browse files
authored
Release v6.3.1 (#343)
Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
1 parent 4e46a38 commit 10d4234

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
6+
## 6.3.1 (2017-04-26)
7+
8+
- [Fix multiple issues with ~FC023](https://github.com/chef-cookbooks/iis/pull/341)
9+
510
## 6.3.0 (2017-04-24)
611

712
- Convert `iis_pool` to a custom resource

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.0'
7+
version '6.3.1'
88
supports 'windows'
99
depends 'windows', '>= 2.0'
1010
source_url 'https://github.com/chef-cookbooks/iis'

0 commit comments

Comments
 (0)