diff options
author | Helen Campbell <helen@puppetlabs.com> | 2015-11-23 17:56:05 +0000 |
---|---|---|
committer | Helen Campbell <helen@puppetlabs.com> | 2015-11-24 15:35:10 +0000 |
commit | 24eda0848e6482b2ca6699501a43b8cf3cfb0403 (patch) | |
tree | 95b851a7af4539a76af6487cb3ef85a1130b0e87 | |
parent | 56d55ee4426ddcbcf568d5b413ed780812738657 (diff) | |
download | puppet-vcsrepo-24eda0848e6482b2ca6699501a43b8cf3cfb0403.tar.gz puppet-vcsrepo-24eda0848e6482b2ca6699501a43b8cf3cfb0403.tar.bz2 |
Ankeny release for 1.3.2
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | metadata.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1060c..2092aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##Supported Release 1.3.2 +###Summary + +Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. + # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/metadata.json b/metadata.json index 1552840..8612a98 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.3.1", + "version": "1.3.2", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", @@ -70,7 +70,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.3.0" + "version_requirement": ">= 3.0.0 < 2015.4.0" }, { "name": "puppet", |