Skip to content

Commit

Permalink
Merge pull request #324 from bmjen/1.2.3_prep
Browse files Browse the repository at this point in the history
1.2.3 Release prep
  • Loading branch information
hunner committed Jun 1, 2015
2 parents b0c874b + 6751adb commit 6cecf8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
##2015-06-02 - Supported Release 1.2.3
###Summary

This release includes a README fix to document correct behavior of fragment target parameter.

####Bugfixes

- README Fix to correctly document how a fragment $target param should work.

##2015-05-12 - Supported Release 1.2.2
###Summary

Expand Down
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "puppetlabs-concat",
"version": "1.2.2",
"version": "1.2.3",
"author": "Puppet Labs",
"summary": "Construct files from multiple fragments.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-concat",
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -106,5 +103,8 @@
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
]
}

0 comments on commit 6cecf8c

Please sign in to comment.