From 3757c71eb313cf73d67b228fbce3a765cc94061f Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 26 Feb 2014 17:28:02 -0800 Subject: [PATCH] Release 1.0.2 Summary: This release adds supported platforms to metadata.json and contains spec fixes --- CHANGELOG | 4 ++++ Modulefile | 2 +- metadata.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aac1188e5..a8e51e311 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2014-02-26 - Version 1.0.2 +Summary: +This release adds supported platforms to metadata.json and contains spec fixes + 2014-02-12 - Version 1.0.1 Summary: This release is a bugfix for handling whitespace/[]'s better, and adding a diff --git a/Modulefile b/Modulefile index 4773e8c25..2f69841bb 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-inifile' -version '1.0.1' +version '1.0.2' source 'git://github.com/puppetlabs/puppetlabs-inifile.git' author 'Puppetlabs' description 'Resource types for managing settings in INI files' diff --git a/metadata.json b/metadata.json index 6cf83ab79..a3e1bec43 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs/inifile", - "version": "1.0.1", + "version": "1.0.2", "summary": "Resource types for managing settings in INI files", "source": "git://github.com/puppetlabs/puppetlabs-inifile.git", "project_page": "https://github.com/puppetlabs/puppetlabs-inifile",