diff --git a/CHANGELOG.md b/CHANGELOG.md index ad89c34..44e5c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ CHANGELOG ========= +0.4.0 +----- + +2014-05-16 + +Major functionality improvement + +* vmwaretools -- Improving support for downloading VMware Tools via external Puppet modules (thanks to [Sam Keeley](https://github.com/keeleysam) and [Aedu](https://github.com/Aedu) for Pull Requests [#36](https://github.com/craigwatson/puppet-vmwaretools/pull/36) and [#37](https://github.com/craigwatson/puppet-vmwaretools/pull/37) respectively) +* vmwaretools::params -- Adding Ubuntu 10.04 LTC (Lucid Lynx) override for config_creates_real variable + 0.3.1 ----- 2014-04-14 +Bugfix release + * vmwaretools::params -- Correcting typo in config_creates assignment 0.3.0 diff --git a/Modulefile b/Modulefile index 154b75d..9565554 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'CraigWatson1987-vmwaretools' -version '0.3.1' +version '0.4.0' author 'Craig Watson' license 'GNU General Public License v3' summary 'Manage installation of VMware Tools via the archive distributed with vSphere, either via Puppet or HTTP.'