summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2014-07-02 15:36:54 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2014-07-02 15:39:49 +0200
commit090df58baec6827d3013eb4cc07cc70db16f2b60 (patch)
tree0cc92227737a648be93f2e9a473ac8f0a15e08ef
parent5bb62dfc4a48b9cbc325858550ba184dcebad151 (diff)
Release 0.3.0
-rw-r--r--CHANGELOG4
-rw-r--r--Modulefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..0108cf7
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,4 @@
+2014-07-02 - Version 0.3.0
+
+- Add purge parameter
+- Cleanup unscoped variables
diff --git a/Modulefile b/Modulefile
index 600acd6..c51fcb4 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,5 +1,5 @@
name 'camptocamp-augeas'
-version '0.2.1'
+version '0.3.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'
source 'https://github.com/camptocamp/puppet-augeas'
license 'GNU GPLv3'