From 297a36f01075cf4401fe9e996562819f9fd2886f Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Thu, 1 Sep 2016 13:34:49 -0700 Subject: release prep for 1.4.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 9 +++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aac1e5..41e4073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.0] - Supported Release +### Summary +Small release for a new feature and added compatibility. + +### Features +- Now clone your git repository as a mirror or bare repo! +- STDERR has been added to Puppet's output +- Added Debian 8 and Ubuntu 16.04 compatibility + ## [1.3.2] - Supported Release ###Summary diff --git a/metadata.json b/metadata.json index c505faa..11acb59 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.3.2", + "version": "1.4.0", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPL-2.0+", @@ -64,15 +64,12 @@ "operatingsystemrelease": [ "10.04", "12.04", - "14.04" + "14.04", + "16.04" ] } ], "requirements": [ - { - "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.4.0" - }, { "name": "puppet", "version_requirement": ">= 3.0.0 < 5.0.0" -- cgit v1.2.3