Showing with 6 additions and 2 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 Modulefile
  3. +1 −1 README.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.1
------
- Fix documentation (version bump needed to push to puppetforge)

v2.0.0
======
- Remove 'manifests' directory. This directory had nothing useful in it.
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'badgerious-windows_env'
version '2.0.0'
version '2.0.1'
summary 'Manages Windows environment variables'
description 'Create, delete, and insert values into Windows environment variables'
project_page 'https://github.com/badgerious/puppet-windows-env'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
windows_env
===========

This module manages Windows environment variables (currently only system environment variables).
This module manages (system and user) Windows environment variables.

Installation
------------
Expand Down