summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--Modulefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ed23e6b..aaeac5b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2013-07-15 - Version 1.0.1
+Bugfixes:
+- Fix deprecated warning in `autoupdate` parameter.
+- Correctly quote is_virtual fact.
+
2013-07-08 - Version 1.0.0
Features:
- Completely refactored to split across several classes.
diff --git a/Modulefile b/Modulefile
index 7380635..429501f 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'puppetlabs-ntp'
-version '1.0.0'
+version '1.0.1'
source 'git://github.com/puppetlabs/puppetlabs-ntp'
author 'Puppet Labs'
license 'Apache Version 2.0'