Skip to content

Commit bebf215

Browse files
committed
Release 2.0.0
Signed-off-by: Tim Smith <[email protected]>
1 parent 38e5185 commit bebf215

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v2.0.0 (2016-05-18)
6+
7+
- Remove the undo recipe. This functionality is better suited for a custom cookbook that matches the needs of individual organizations
8+
- Removed the installation of the visual studio 2008 runtime that was only necessary for Windows 2003.
9+
- Fixed the forced clock syncing on FreeBSD hosts
10+
511
## v1.11.1 (2016-05-12)
612

713
- Ownership of this cookbook has been transferred back to Chef Software.

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 and configures ntp as a client or server'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.11.1'
7+
version '2.0.0'
88

99
recipe 'ntp', 'Installs and configures ntp either as a server or client'
1010

0 commit comments

Comments
 (0)