Skip to content

Commit 6751adb

Browse files
committed
1.2.3 Release prep
1 parent b0c874b commit 6751adb

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
##2015-06-02 - Supported Release 1.2.3
2+
###Summary
3+
4+
This release includes a README fix to document correct behavior of fragment target parameter.
5+
6+
####Bugfixes
7+
8+
- README Fix to correctly document how a fragment $target param should work.
9+
110
##2015-05-12 - Supported Release 1.2.2
211
###Summary
312

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"author": "Puppet Labs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-concat",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-concat",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
10-
"dependencies": [
11-
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
12-
],
1310
"operatingsystem_support": [
1411
{
1512
"operatingsystem": "RedHat",
@@ -106,5 +103,8 @@
106103
"name": "puppet",
107104
"version_requirement": "3.x"
108105
}
106+
],
107+
"dependencies": [
108+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
109109
]
110110
}

0 commit comments

Comments
 (0)