Skip to content

Commit d49aa49

Browse files
committed
Release 5.0.2
Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
1 parent 244812f commit d49aa49

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

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

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

5+
## 5.0.2 (2016-10-07)
6+
- [Minor over oversight in IIS::mod_aspnet 5.0.1](#296)
7+
- [IIS Pool resource thirty_two_bit false doesn't](#292)
8+
59
## 5.0.1 (2016-09-21)
610
- Fix mod_management to include dependencies (#293)
711

MAINTAINERS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu
99
* [Adam Edwards](https://github.com/adamedx)
1010

1111
# Maintainers
12-
* [Adam Edwards](https://github.com/adamedx)
13-
* [Kartik Null Cating-Subramanian](https://github.com/ksubrama)
14-
* [Steven Murawski](https://github.com/smurawski)
15-
* [Matt Wrock](https://github.com/mwrock)
16-
* [Claire McQuin](https://github.com/mcquin)
1712
* [Salim Alam](https://github.com/chefsalim)
18-
* [Tim Smith](https://github.com/tas50)
1913
* [Jennifer Davis](https://github.com/sigje)
14+
* [Adam Edwards](https://github.com/adamedx)
15+
* [Claire McQuin](https://github.com/mcquin)
16+
* [Steven Murawski](https://github.com/smurawski)
17+
* [Kartik Null Cating-Subramanian](https://github.com/ksubrama)
2018
* [Justin Schuhmann](https://github.com/EasyAsABC123)
19+
* [Tim Smith](https://github.com/tas50)
20+
* [Matt Wrock](https://github.com/mwrock)

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

0 commit comments

Comments
 (0)