summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--metadata.json4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d1060c..9aac1e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.3.2] - Supported Release
+###Summary
+
+Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
+
## [1.3.1] - 2015-07-28 Supported Release
###Summary
This release includes a number of bugfixes along with some test updates.
@@ -135,6 +140,7 @@ our many contributors for all of these fixes!
- CVS:
- Documented the "module" attribute.
+[1.3.2]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/puppetlabs/puppetlabs-vcsrepo/compare/1.1.0...1.2.0
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",