Skip to content

Commit b796eb0

Browse files
authored
Bump version to v6.8.0 (#399)
Signed-off-by: Justin Schuhmann <jmschu02@gmail.com>
1 parent efc6ea1 commit b796eb0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## 6.8.0 (2017-10-18)
6+
7+
- [Adds `periodic_restart_schedule` the ability to define multiple recycle times on an app pool](https://github.com/chef-cookbooks/iis/pull/397)
8+
59
## 6.7.3 (2017-09-08)
610

711
- Add better documentation for the options parameter (#383)

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

0 commit comments

Comments
 (0)