cfndsl 0.15.3 → 0.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8852a97814954a3b9d681a67246a8319b26f2642
4
- data.tar.gz: 5ecf2b8ac6d0e1a3ad71605bed8ce2fc0f8f3873
2
+ SHA256:
3
+ metadata.gz: d7db076ecbf3976115ced4666cd7aae84da48766537f1b3160b5566cd077a177
4
+ data.tar.gz: 5b1d9c64cd21378c2efd36079153b16a7a5e74906627e91be9d0a3b103e2176a
5
5
  SHA512:
6
- metadata.gz: 54539f355c4fb532a90e006fad49e61f1fbd38ec7fd7cf18c5119529723766bfed855509b5180c2dd995c35fb2d85b9d4848d4271d7ef808e2181632fa23a2bd
7
- data.tar.gz: 82b118e315415b8acf8e2490d7ca3e2120f1b6282e9932eee5ff2039fa1dd92c4ccc797f95bf0a94a0954e2b57f5f5cb8188e9d63da247c52965c797c71f8932
6
+ metadata.gz: f8a743c09cdae1c756f964486984c433bbb017e90f585242df83f5606b1cd5134251204237cfefab4144d2ebc5f343d492eb9facbfc081cd1a1f1e1879805974
7
+ data.tar.gz: ca4336ca2cd4bdca4ee2b6b64b94c3a399d936224fa16922e15b909f8f604f0f260c0b569c58b98ade410a05c8b27658973adc2664fd32298b9dd5d42a4a9108
data/.rubocop.yml CHANGED
@@ -14,11 +14,11 @@ Metrics/MethodLength:
14
14
  Max: 25
15
15
 
16
16
  # Due to our @Properties style instance names
17
- Style/VariableName:
17
+ Naming/VariableName:
18
18
  Enabled: false
19
19
 
20
20
  # We are a DSL
21
- Style/MethodName:
21
+ Naming/MethodName:
22
22
  Enabled: false
23
23
 
24
24
  # Because of the way FnFormat was developed
data/.travis.yml CHANGED
@@ -10,10 +10,11 @@ deploy:
10
10
  gem: cfndsl
11
11
  on:
12
12
  tags: true
13
- repo: stevenjack/cfndsl
13
+ repo: cfndsl/cfndsl
14
14
  notifications:
15
15
  email:
16
16
  recipients:
17
- - stevenmajack@gmail.com
17
+ - dempsey.travis@gmail.com
18
+ - gergnz@gmail.com
18
19
  on_failure: change
19
20
  on_success: never
data/CHANGELOG.md CHANGED
@@ -1,877 +1,904 @@
1
1
  # Change Log
2
2
 
3
- ## [0.15.3](https://github.com/stevenjack/cfndsl/tree/0.15.3) (2017-09-05)
4
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.15.2...0.15.3)
3
+ ## [0.16.1](https://github.com/cfndsl/cfndsl/tree/0.16.1) (2017-12-02)
4
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.0...0.16.1)
5
+
6
+ **Closed issues:**
7
+
8
+ - Metadata / AWS::CloudFormation::Interface support? [\#357](https://github.com/cfndsl/cfndsl/issues/357)
9
+
10
+ **Merged pull requests:**
11
+
12
+ - 352 update contacts repos [\#355](https://github.com/cfndsl/cfndsl/pull/355) ([gergnz](https://github.com/gergnz))
13
+
14
+ ## [v0.16.0](https://github.com/cfndsl/cfndsl/tree/v0.16.0) (2017-11-15)
15
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.3...v0.16.0)
16
+
17
+ **Fixed bugs:**
18
+
19
+ - Rubocop fixes [\#351](https://github.com/cfndsl/cfndsl/pull/351) ([kornypoet](https://github.com/kornypoet))
20
+
21
+ **Closed issues:**
22
+
23
+ - How to embed parameter into string? [\#341](https://github.com/cfndsl/cfndsl/issues/341)
24
+
25
+ **Merged pull requests:**
26
+
27
+ - cfndsl fix list type subproperties for LaunchSpecifications [\#353](https://github.com/cfndsl/cfndsl/pull/353) ([lwoggardner](https://github.com/lwoggardner))
28
+ - Update the embedded resource specification file to version 1.9.1 [\#346](https://github.com/cfndsl/cfndsl/pull/346) ([bobziuchkovski](https://github.com/bobziuchkovski))
29
+
30
+ ## [v0.15.3](https://github.com/cfndsl/cfndsl/tree/v0.15.3) (2017-09-05)
31
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.2...v0.15.3)
5
32
 
6
33
  **Implemented enhancements:**
7
34
 
8
- - list cfndsl equivalents [\#336](https://github.com/stevenjack/cfndsl/issues/336)
35
+ - list cfndsl equivalents [\#336](https://github.com/cfndsl/cfndsl/issues/336)
9
36
 
10
37
  **Closed issues:**
11
38
 
12
- - backtrace shown when incorrect resource name is passed to -g [\#338](https://github.com/stevenjack/cfndsl/issues/338)
13
- - Condition and ALB ListenerRule Conditions get merged [\#337](https://github.com/stevenjack/cfndsl/issues/337)
14
- - Request to include support for AWS::Logs::SubscriptionFilter [\#335](https://github.com/stevenjack/cfndsl/issues/335)
15
- - Support for Lambda backed custom resources with shorthand [\#315](https://github.com/stevenjack/cfndsl/issues/315)
16
- - Merging cfnlego, cfn2dsl into cfndsl [\#272](https://github.com/stevenjack/cfndsl/issues/272)
39
+ - backtrace shown when incorrect resource name is passed to -g [\#338](https://github.com/cfndsl/cfndsl/issues/338)
40
+ - Condition and ALB ListenerRule Conditions get merged [\#337](https://github.com/cfndsl/cfndsl/issues/337)
41
+ - Request to include support for AWS::Logs::SubscriptionFilter [\#335](https://github.com/cfndsl/cfndsl/issues/335)
42
+ - Support for Lambda backed custom resources with shorthand [\#315](https://github.com/cfndsl/cfndsl/issues/315)
43
+ - Merging cfnlego, cfn2dsl into cfndsl [\#272](https://github.com/cfndsl/cfndsl/issues/272)
17
44
 
18
45
  **Merged pull requests:**
19
46
 
20
- - Fix parameter parsing when its value contains equal symbol [\#340](https://github.com/stevenjack/cfndsl/pull/340) ([ans0600](https://github.com/ans0600))
47
+ - Fix parameter parsing when its value contains equal symbol [\#340](https://github.com/cfndsl/cfndsl/pull/340) ([ans0600](https://github.com/ans0600))
21
48
 
22
- ## [v0.15.2](https://github.com/stevenjack/cfndsl/tree/v0.15.2) (2017-06-20)
23
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.15.1...v0.15.2)
49
+ ## [v0.15.2](https://github.com/cfndsl/cfndsl/tree/v0.15.2) (2017-06-20)
50
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.1...v0.15.2)
24
51
 
25
52
  **Implemented enhancements:**
26
53
 
27
- - YAML output format in RakeTask [\#300](https://github.com/stevenjack/cfndsl/issues/300)
54
+ - YAML output format in RakeTask [\#300](https://github.com/cfndsl/cfndsl/issues/300)
28
55
 
29
56
  **Merged pull requests:**
30
57
 
31
- - add outformat for rake task [\#334](https://github.com/stevenjack/cfndsl/pull/334) ([gergnz](https://github.com/gergnz))
32
- - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/stevenjack/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
58
+ - add outformat for rake task [\#334](https://github.com/cfndsl/cfndsl/pull/334) ([gergnz](https://github.com/gergnz))
59
+ - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/cfndsl/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
33
60
 
34
- ## [v0.15.1](https://github.com/stevenjack/cfndsl/tree/v0.15.1) (2017-06-19)
35
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.15.0...v0.15.1)
61
+ ## [v0.15.1](https://github.com/cfndsl/cfndsl/tree/v0.15.1) (2017-06-19)
62
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.0...v0.15.1)
36
63
 
37
64
  **Fixed bugs:**
38
65
 
39
- - Ruby 2.1.0 is minimum required version, but we don't discuss this anywhere [\#331](https://github.com/stevenjack/cfndsl/issues/331)
40
- - specify ruby v 2.1 as minimum [\#332](https://github.com/stevenjack/cfndsl/pull/332) ([gergnz](https://github.com/gergnz))
66
+ - Ruby 2.1.0 is minimum required version, but we don't discuss this anywhere [\#331](https://github.com/cfndsl/cfndsl/issues/331)
67
+ - specify ruby v 2.1 as minimum [\#332](https://github.com/cfndsl/cfndsl/pull/332) ([gergnz](https://github.com/gergnz))
41
68
 
42
- ## [v0.15.0](https://github.com/stevenjack/cfndsl/tree/v0.15.0) (2017-06-18)
43
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.14.0...v0.15.0)
69
+ ## [v0.15.0](https://github.com/cfndsl/cfndsl/tree/v0.15.0) (2017-06-18)
70
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.14.0...v0.15.0)
44
71
 
45
72
  **Closed issues:**
46
73
 
47
- - Please add support for multiple input files with deep merge [\#327](https://github.com/stevenjack/cfndsl/issues/327)
74
+ - Please add support for multiple input files with deep merge [\#327](https://github.com/cfndsl/cfndsl/issues/327)
48
75
 
49
76
  **Merged pull requests:**
50
77
 
51
- - Clean up of README [\#330](https://github.com/stevenjack/cfndsl/pull/330) ([elmobp](https://github.com/elmobp))
52
- - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/stevenjack/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
53
- - enable deep merge as the default for yaml [\#328](https://github.com/stevenjack/cfndsl/pull/328) ([gergnz](https://github.com/gergnz))
78
+ - Clean up of README [\#330](https://github.com/cfndsl/cfndsl/pull/330) ([elmobp](https://github.com/elmobp))
79
+ - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/cfndsl/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
80
+ - enable deep merge as the default for yaml [\#328](https://github.com/cfndsl/cfndsl/pull/328) ([gergnz](https://github.com/gergnz))
54
81
 
55
- ## [v0.14.0](https://github.com/stevenjack/cfndsl/tree/v0.14.0) (2017-06-15)
56
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.13.1...v0.14.0)
82
+ ## [v0.14.0](https://github.com/cfndsl/cfndsl/tree/v0.14.0) (2017-06-15)
83
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.1...v0.14.0)
57
84
 
58
85
  **Implemented enhancements:**
59
86
 
60
- - Adding support for auto generating cloudformation resources [\#326](https://github.com/stevenjack/cfndsl/pull/326) ([elmobp](https://github.com/elmobp))
87
+ - Adding support for auto generating cloudformation resources [\#326](https://github.com/cfndsl/cfndsl/pull/326) ([elmobp](https://github.com/elmobp))
61
88
 
62
89
  **Closed issues:**
63
90
 
64
- - Error reading specification file on 0.13.0 [\#322](https://github.com/stevenjack/cfndsl/issues/322)
91
+ - Error reading specification file on 0.13.0 [\#322](https://github.com/cfndsl/cfndsl/issues/322)
65
92
 
66
93
  **Merged pull requests:**
67
94
 
68
- - Modernize cfndsl executable [\#319](https://github.com/stevenjack/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
95
+ - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
69
96
 
70
- ## [v0.13.1](https://github.com/stevenjack/cfndsl/tree/v0.13.1) (2017-05-17)
71
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.13.0...v0.13.1)
97
+ ## [v0.13.1](https://github.com/cfndsl/cfndsl/tree/v0.13.1) (2017-05-17)
98
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.0...v0.13.1)
72
99
 
73
100
  **Implemented enhancements:**
74
101
 
75
- - Validate against schema used by eclipse plugin [\#49](https://github.com/stevenjack/cfndsl/issues/49)
102
+ - Validate against schema used by eclipse plugin [\#49](https://github.com/cfndsl/cfndsl/issues/49)
76
103
 
77
104
  **Closed issues:**
78
105
 
79
- - Add support for AWS Kinesis Firehose [\#321](https://github.com/stevenjack/cfndsl/issues/321)
80
- - Please add InstanceProfileName property to InstanceProfile resource [\#317](https://github.com/stevenjack/cfndsl/issues/317)
106
+ - Add support for AWS Kinesis Firehose [\#321](https://github.com/cfndsl/cfndsl/issues/321)
107
+ - Please add InstanceProfileName property to InstanceProfile resource [\#317](https://github.com/cfndsl/cfndsl/issues/317)
81
108
 
82
109
  **Merged pull requests:**
83
110
 
84
- - Fallback to included resource spec if not overridden [\#323](https://github.com/stevenjack/cfndsl/pull/323) ([kornypoet](https://github.com/kornypoet))
111
+ - Fallback to included resource spec if not overridden [\#323](https://github.com/cfndsl/cfndsl/pull/323) ([kornypoet](https://github.com/kornypoet))
85
112
 
86
- ## [v0.13.0](https://github.com/stevenjack/cfndsl/tree/v0.13.0) (2017-05-17)
87
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.11...v0.13.0)
113
+ ## [v0.13.0](https://github.com/cfndsl/cfndsl/tree/v0.13.0) (2017-05-17)
114
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.11...v0.13.0)
88
115
 
89
116
  **Closed issues:**
90
117
 
91
- - are there release notes somewhere? [\#299](https://github.com/stevenjack/cfndsl/issues/299)
118
+ - are there release notes somewhere? [\#299](https://github.com/cfndsl/cfndsl/issues/299)
92
119
 
93
120
  **Merged pull requests:**
94
121
 
95
- - Remove support for OpenStack Heat [\#318](https://github.com/stevenjack/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
96
- - Remove release\_url config from github changelog generator [\#316](https://github.com/stevenjack/cfndsl/pull/316) ([mikechau](https://github.com/mikechau))
97
- - WIP: Aws schema [\#278](https://github.com/stevenjack/cfndsl/pull/278) ([kornypoet](https://github.com/kornypoet))
122
+ - Remove support for OpenStack Heat [\#318](https://github.com/cfndsl/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
123
+ - Remove release\_url config from github changelog generator [\#316](https://github.com/cfndsl/cfndsl/pull/316) ([mikechau](https://github.com/mikechau))
124
+ - WIP: Aws schema [\#278](https://github.com/cfndsl/cfndsl/pull/278) ([kornypoet](https://github.com/kornypoet))
98
125
 
99
- ## [v0.12.11](https://github.com/stevenjack/cfndsl/tree/v0.12.11) (2017-05-10)
100
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.10...v0.12.11)
126
+ ## [v0.12.11](https://github.com/cfndsl/cfndsl/tree/v0.12.11) (2017-05-10)
127
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.10...v0.12.11)
101
128
 
102
129
  **Merged pull requests:**
103
130
 
104
- - Add generated changelog [\#314](https://github.com/stevenjack/cfndsl/pull/314) ([mikechau](https://github.com/mikechau))
131
+ - Add generated changelog [\#314](https://github.com/cfndsl/cfndsl/pull/314) ([mikechau](https://github.com/mikechau))
105
132
 
106
- ## [v0.12.10](https://github.com/stevenjack/cfndsl/tree/v0.12.10) (2017-05-10)
107
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.9...v0.12.10)
133
+ ## [v0.12.10](https://github.com/cfndsl/cfndsl/tree/v0.12.10) (2017-05-10)
134
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.9...v0.12.10)
108
135
 
109
136
  **Merged pull requests:**
110
137
 
111
- - EC2::SecurityGroup: Add GroupName property [\#313](https://github.com/stevenjack/cfndsl/pull/313) ([mikechau](https://github.com/mikechau))
138
+ - EC2::SecurityGroup: Add GroupName property [\#313](https://github.com/cfndsl/cfndsl/pull/313) ([mikechau](https://github.com/mikechau))
112
139
 
113
- ## [v0.12.9](https://github.com/stevenjack/cfndsl/tree/v0.12.9) (2017-05-08)
114
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.8...v0.12.9)
140
+ ## [v0.12.9](https://github.com/cfndsl/cfndsl/tree/v0.12.9) (2017-05-08)
141
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.8...v0.12.9)
115
142
 
116
143
  **Merged pull requests:**
117
144
 
118
- - Update AWS::CloudWatch::Alarm with 2 new properties [\#312](https://github.com/stevenjack/cfndsl/pull/312) ([AnominousSign](https://github.com/AnominousSign))
145
+ - Update AWS::CloudWatch::Alarm with 2 new properties [\#312](https://github.com/cfndsl/cfndsl/pull/312) ([AnominousSign](https://github.com/AnominousSign))
119
146
 
120
- ## [v0.12.8](https://github.com/stevenjack/cfndsl/tree/v0.12.8) (2017-05-03)
121
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.7...v0.12.8)
147
+ ## [v0.12.8](https://github.com/cfndsl/cfndsl/tree/v0.12.8) (2017-05-03)
148
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.7...v0.12.8)
122
149
 
123
150
  **Merged pull requests:**
124
151
 
125
- - CloudFormation::Stack: Add Tags property [\#311](https://github.com/stevenjack/cfndsl/pull/311) ([mikechau](https://github.com/mikechau))
126
- - IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/stevenjack/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
152
+ - CloudFormation::Stack: Add Tags property [\#311](https://github.com/cfndsl/cfndsl/pull/311) ([mikechau](https://github.com/mikechau))
153
+ - IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/cfndsl/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
127
154
 
128
- ## [v0.12.7](https://github.com/stevenjack/cfndsl/tree/v0.12.7) (2017-04-23)
129
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.6...v0.12.7)
155
+ ## [v0.12.7](https://github.com/cfndsl/cfndsl/tree/v0.12.7) (2017-04-23)
156
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.6...v0.12.7)
130
157
 
131
158
  **Merged pull requests:**
132
159
 
133
- - Add ssm param [\#307](https://github.com/stevenjack/cfndsl/pull/307) ([elmobp](https://github.com/elmobp))
160
+ - Add ssm param [\#307](https://github.com/cfndsl/cfndsl/pull/307) ([elmobp](https://github.com/elmobp))
134
161
 
135
- ## [v0.12.6](https://github.com/stevenjack/cfndsl/tree/v0.12.6) (2017-04-21)
136
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.5...v0.12.6)
162
+ ## [v0.12.6](https://github.com/cfndsl/cfndsl/tree/v0.12.6) (2017-04-21)
163
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.5...v0.12.6)
137
164
 
138
165
  **Fixed bugs:**
139
166
 
140
- - AWS::SSM::Parameter support breaks cfndsl [\#308](https://github.com/stevenjack/cfndsl/issues/308)
167
+ - AWS::SSM::Parameter support breaks cfndsl [\#308](https://github.com/cfndsl/cfndsl/issues/308)
141
168
 
142
169
  **Merged pull requests:**
143
170
 
144
- - add a globals class, and exclude reserverd words [\#309](https://github.com/stevenjack/cfndsl/pull/309) ([gergnz](https://github.com/gergnz))
171
+ - add a globals class, and exclude reserverd words [\#309](https://github.com/cfndsl/cfndsl/pull/309) ([gergnz](https://github.com/gergnz))
145
172
 
146
- ## [v0.12.5](https://github.com/stevenjack/cfndsl/tree/v0.12.5) (2017-04-10)
147
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.4...v0.12.5)
173
+ ## [v0.12.5](https://github.com/cfndsl/cfndsl/tree/v0.12.5) (2017-04-10)
174
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.4...v0.12.5)
148
175
 
149
176
  **Merged pull requests:**
150
177
 
151
- - Rubocop best practice change for %w literal delimitation [\#306](https://github.com/stevenjack/cfndsl/pull/306) ([AnominousSign](https://github.com/AnominousSign))
152
- - Add Amazon EFS type \(Elastic File System\) [\#305](https://github.com/stevenjack/cfndsl/pull/305) ([AnominousSign](https://github.com/AnominousSign))
178
+ - Rubocop best practice change for %w literal delimitation [\#306](https://github.com/cfndsl/cfndsl/pull/306) ([AnominousSign](https://github.com/AnominousSign))
179
+ - Add Amazon EFS type \(Elastic File System\) [\#305](https://github.com/cfndsl/cfndsl/pull/305) ([AnominousSign](https://github.com/AnominousSign))
153
180
 
154
- ## [v0.12.4](https://github.com/stevenjack/cfndsl/tree/v0.12.4) (2017-03-29)
155
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.3...v0.12.4)
181
+ ## [v0.12.4](https://github.com/cfndsl/cfndsl/tree/v0.12.4) (2017-03-29)
182
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.3...v0.12.4)
156
183
 
157
184
  **Fixed bugs:**
158
185
 
159
- - fixes for rubocop 0.48 [\#302](https://github.com/stevenjack/cfndsl/pull/302) ([gergnz](https://github.com/gergnz))
186
+ - fixes for rubocop 0.48 [\#302](https://github.com/cfndsl/cfndsl/pull/302) ([gergnz](https://github.com/gergnz))
160
187
 
161
188
  **Closed issues:**
162
189
 
163
- - Weird output in content section if string given to content doesn't end in new line [\#298](https://github.com/stevenjack/cfndsl/issues/298)
164
- - rake aborted! Seahorse::Client::NetworkingError:execution expired [\#294](https://github.com/stevenjack/cfndsl/issues/294)
190
+ - Weird output in content section if string given to content doesn't end in new line [\#298](https://github.com/cfndsl/cfndsl/issues/298)
191
+ - rake aborted! Seahorse::Client::NetworkingError:execution expired [\#294](https://github.com/cfndsl/cfndsl/issues/294)
165
192
 
166
193
  **Merged pull requests:**
167
194
 
168
- - Add SSM Support [\#301](https://github.com/stevenjack/cfndsl/pull/301) ([elmobp](https://github.com/elmobp))
195
+ - Add SSM Support [\#301](https://github.com/cfndsl/cfndsl/pull/301) ([elmobp](https://github.com/elmobp))
169
196
 
170
- ## [v0.12.3](https://github.com/stevenjack/cfndsl/tree/v0.12.3) (2017-03-12)
171
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.2...v0.12.3)
197
+ ## [v0.12.3](https://github.com/cfndsl/cfndsl/tree/v0.12.3) (2017-03-12)
198
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.2...v0.12.3)
172
199
 
173
200
  **Closed issues:**
174
201
 
175
- - SQS Redrive policy - fix included. [\#295](https://github.com/stevenjack/cfndsl/issues/295)
202
+ - SQS Redrive policy - fix included. [\#295](https://github.com/cfndsl/cfndsl/issues/295)
176
203
 
177
204
  **Merged pull requests:**
178
205
 
179
- - Fix RedrivePolicy attributes [\#297](https://github.com/stevenjack/cfndsl/pull/297) ([devops-dude](https://github.com/devops-dude))
206
+ - Fix RedrivePolicy attributes [\#297](https://github.com/cfndsl/cfndsl/pull/297) ([devops-dude](https://github.com/devops-dude))
180
207
 
181
- ## [v0.12.2](https://github.com/stevenjack/cfndsl/tree/v0.12.2) (2017-03-04)
182
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.1...v0.12.2)
208
+ ## [v0.12.2](https://github.com/cfndsl/cfndsl/tree/v0.12.2) (2017-03-04)
209
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.1...v0.12.2)
183
210
 
184
211
  **Closed issues:**
185
212
 
186
- - Rolename is missing from Role [\#291](https://github.com/stevenjack/cfndsl/issues/291)
213
+ - Rolename is missing from Role [\#291](https://github.com/cfndsl/cfndsl/issues/291)
187
214
 
188
215
  **Merged pull requests:**
189
216
 
190
- - add UserName property to IAM::User [\#293](https://github.com/stevenjack/cfndsl/pull/293) ([gergnz](https://github.com/gergnz))
217
+ - add UserName property to IAM::User [\#293](https://github.com/cfndsl/cfndsl/pull/293) ([gergnz](https://github.com/gergnz))
191
218
 
192
- ## [v0.12.1](https://github.com/stevenjack/cfndsl/tree/v0.12.1) (2017-02-21)
193
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.0...v0.12.1)
219
+ ## [v0.12.1](https://github.com/cfndsl/cfndsl/tree/v0.12.1) (2017-02-21)
220
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.0...v0.12.1)
194
221
 
195
222
  **Closed issues:**
196
223
 
197
- - Support for Serverless Application Model [\#273](https://github.com/stevenjack/cfndsl/issues/273)
224
+ - Support for Serverless Application Model [\#273](https://github.com/cfndsl/cfndsl/issues/273)
198
225
 
199
226
  **Merged pull requests:**
200
227
 
201
- - updating IAM::Role and S3::Bucket types [\#292](https://github.com/stevenjack/cfndsl/pull/292) ([kornypoet](https://github.com/kornypoet))
228
+ - updating IAM::Role and S3::Bucket types [\#292](https://github.com/cfndsl/cfndsl/pull/292) ([kornypoet](https://github.com/kornypoet))
202
229
 
203
- ## [v0.12.0](https://github.com/stevenjack/cfndsl/tree/v0.12.0) (2017-01-29)
204
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.12...v0.12.0)
230
+ ## [v0.12.0](https://github.com/cfndsl/cfndsl/tree/v0.12.0) (2017-01-29)
231
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.12...v0.12.0)
205
232
 
206
233
  **Merged pull requests:**
207
234
 
208
- - Added Serverless::Function & API Transforms [\#290](https://github.com/stevenjack/cfndsl/pull/290) ([jonjitsu](https://github.com/jonjitsu))
235
+ - Added Serverless::Function & API Transforms [\#290](https://github.com/cfndsl/cfndsl/pull/290) ([jonjitsu](https://github.com/jonjitsu))
209
236
 
210
- ## [v0.11.12](https://github.com/stevenjack/cfndsl/tree/v0.11.12) (2017-01-20)
211
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.11...v0.11.12)
237
+ ## [v0.11.12](https://github.com/cfndsl/cfndsl/tree/v0.11.12) (2017-01-20)
238
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.11...v0.11.12)
212
239
 
213
240
  **Implemented enhancements:**
214
241
 
215
- - Spot fleet support [\#282](https://github.com/stevenjack/cfndsl/issues/282)
216
- - add ipv6 to interfaces [\#284](https://github.com/stevenjack/cfndsl/pull/284) ([gergnz](https://github.com/gergnz))
217
- - Add support for spotfleet. Resolves \#282 [\#283](https://github.com/stevenjack/cfndsl/pull/283) ([gergnz](https://github.com/gergnz))
242
+ - Spot fleet support [\#282](https://github.com/cfndsl/cfndsl/issues/282)
243
+ - add ipv6 to interfaces [\#284](https://github.com/cfndsl/cfndsl/pull/284) ([gergnz](https://github.com/gergnz))
244
+ - Add support for spotfleet. Resolves \#282 [\#283](https://github.com/cfndsl/cfndsl/pull/283) ([gergnz](https://github.com/gergnz))
218
245
 
219
246
  **Closed issues:**
220
247
 
221
- - Error setting variable with '.' [\#288](https://github.com/stevenjack/cfndsl/issues/288)
222
- - Error specifying an SSL certificate when using an ALB [\#287](https://github.com/stevenjack/cfndsl/issues/287)
223
- - Hyphen in external parameter key throws obscure error [\#286](https://github.com/stevenjack/cfndsl/issues/286)
224
- - Variable Number of Instances to a LoadBalancer [\#285](https://github.com/stevenjack/cfndsl/issues/285)
225
- - eval\_file\_with\_extras with ":raw" seems like it's trying to do two incompatible things [\#279](https://github.com/stevenjack/cfndsl/issues/279)
248
+ - Error setting variable with '.' [\#288](https://github.com/cfndsl/cfndsl/issues/288)
249
+ - Error specifying an SSL certificate when using an ALB [\#287](https://github.com/cfndsl/cfndsl/issues/287)
250
+ - Hyphen in external parameter key throws obscure error [\#286](https://github.com/cfndsl/cfndsl/issues/286)
251
+ - Variable Number of Instances to a LoadBalancer [\#285](https://github.com/cfndsl/cfndsl/issues/285)
252
+ - eval\_file\_with\_extras with ":raw" seems like it's trying to do two incompatible things [\#279](https://github.com/cfndsl/cfndsl/issues/279)
226
253
 
227
254
  **Merged pull requests:**
228
255
 
229
- - Added support for Fn::Split intrinsic function. [\#289](https://github.com/stevenjack/cfndsl/pull/289) ([pablovarela](https://github.com/pablovarela))
256
+ - Added support for Fn::Split intrinsic function. [\#289](https://github.com/cfndsl/cfndsl/pull/289) ([pablovarela](https://github.com/pablovarela))
230
257
 
231
- ## [v0.11.11](https://github.com/stevenjack/cfndsl/tree/v0.11.11) (2016-12-04)
232
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.10...v0.11.11)
258
+ ## [v0.11.11](https://github.com/cfndsl/cfndsl/tree/v0.11.11) (2016-12-04)
259
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.10...v0.11.11)
233
260
 
234
261
  **Closed issues:**
235
262
 
236
- - Support for environment variables in lambda functions [\#281](https://github.com/stevenjack/cfndsl/issues/281)
263
+ - Support for environment variables in lambda functions [\#281](https://github.com/cfndsl/cfndsl/issues/281)
237
264
 
238
265
  **Merged pull requests:**
239
266
 
240
- - Add Environment as a property of Lambda::Function [\#280](https://github.com/stevenjack/cfndsl/pull/280) ([holmesjr](https://github.com/holmesjr))
267
+ - Add Environment as a property of Lambda::Function [\#280](https://github.com/cfndsl/cfndsl/pull/280) ([holmesjr](https://github.com/holmesjr))
241
268
 
242
- ## [v0.11.10](https://github.com/stevenjack/cfndsl/tree/v0.11.10) (2016-11-23)
243
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.9...v0.11.10)
269
+ ## [v0.11.10](https://github.com/cfndsl/cfndsl/tree/v0.11.10) (2016-11-23)
270
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.9...v0.11.10)
244
271
 
245
272
  **Closed issues:**
246
273
 
247
- - ApplicationAutoScaling::ScalableTarget not supported. [\#270](https://github.com/stevenjack/cfndsl/issues/270)
274
+ - ApplicationAutoScaling::ScalableTarget not supported. [\#270](https://github.com/cfndsl/cfndsl/issues/270)
248
275
 
249
276
  **Merged pull requests:**
250
277
 
251
- - Add Autoscaling NotificationConfiguration [\#275](https://github.com/stevenjack/cfndsl/pull/275) ([danielbergamin](https://github.com/danielbergamin))
278
+ - Add Autoscaling NotificationConfiguration [\#275](https://github.com/cfndsl/cfndsl/pull/275) ([danielbergamin](https://github.com/danielbergamin))
252
279
 
253
- ## [v0.11.9](https://github.com/stevenjack/cfndsl/tree/v0.11.9) (2016-11-18)
254
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.8...v0.11.9)
280
+ ## [v0.11.9](https://github.com/cfndsl/cfndsl/tree/v0.11.9) (2016-11-18)
281
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.8...v0.11.9)
255
282
 
256
283
  **Closed issues:**
257
284
 
258
- - Metadata in CFN Launch Config [\#268](https://github.com/stevenjack/cfndsl/issues/268)
285
+ - Metadata in CFN Launch Config [\#268](https://github.com/cfndsl/cfndsl/issues/268)
259
286
 
260
287
  **Merged pull requests:**
261
288
 
262
- - Application Autoscaling Types [\#271](https://github.com/stevenjack/cfndsl/pull/271) ([kornypoet](https://github.com/kornypoet))
289
+ - Application Autoscaling Types [\#271](https://github.com/cfndsl/cfndsl/pull/271) ([kornypoet](https://github.com/kornypoet))
263
290
 
264
- ## [v0.11.8](https://github.com/stevenjack/cfndsl/tree/v0.11.8) (2016-11-13)
265
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.6...v0.11.8)
291
+ ## [v0.11.8](https://github.com/cfndsl/cfndsl/tree/v0.11.8) (2016-11-13)
292
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.6...v0.11.8)
266
293
 
267
294
  **Closed issues:**
268
295
 
269
- - Support for Export/Import values from stacks [\#260](https://github.com/stevenjack/cfndsl/issues/260)
296
+ - Support for Export/Import values from stacks [\#260](https://github.com/cfndsl/cfndsl/issues/260)
270
297
 
271
298
  **Merged pull requests:**
272
299
 
273
- - Certificate manager type [\#267](https://github.com/stevenjack/cfndsl/pull/267) ([kornypoet](https://github.com/kornypoet))
274
- - Add monitoring properties to AWS::RDS::DBInstance [\#266](https://github.com/stevenjack/cfndsl/pull/266) ([mikechau](https://github.com/mikechau))
275
- - Add support for AWS::KMS::Alias [\#265](https://github.com/stevenjack/cfndsl/pull/265) ([mikechau](https://github.com/mikechau))
300
+ - Certificate manager type [\#267](https://github.com/cfndsl/cfndsl/pull/267) ([kornypoet](https://github.com/kornypoet))
301
+ - Add monitoring properties to AWS::RDS::DBInstance [\#266](https://github.com/cfndsl/cfndsl/pull/266) ([mikechau](https://github.com/mikechau))
302
+ - Add support for AWS::KMS::Alias [\#265](https://github.com/cfndsl/cfndsl/pull/265) ([mikechau](https://github.com/mikechau))
276
303
 
277
- ## [v0.11.6](https://github.com/stevenjack/cfndsl/tree/v0.11.6) (2016-10-23)
278
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.5...v0.11.6)
304
+ ## [v0.11.6](https://github.com/cfndsl/cfndsl/tree/v0.11.6) (2016-10-23)
305
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.5...v0.11.6)
279
306
 
280
307
  **Implemented enhancements:**
281
308
 
282
- - Better test cases [\#16](https://github.com/stevenjack/cfndsl/issues/16)
283
- - Better documentation [\#15](https://github.com/stevenjack/cfndsl/issues/15)
309
+ - Better test cases [\#16](https://github.com/cfndsl/cfndsl/issues/16)
310
+ - Better documentation [\#15](https://github.com/cfndsl/cfndsl/issues/15)
284
311
 
285
312
  **Fixed bugs:**
286
313
 
287
- - No need to enforce this cop: this is a DSL [\#263](https://github.com/stevenjack/cfndsl/pull/263) ([kornypoet](https://github.com/kornypoet))
314
+ - No need to enforce this cop: this is a DSL [\#263](https://github.com/cfndsl/cfndsl/pull/263) ([kornypoet](https://github.com/kornypoet))
288
315
 
289
316
  **Merged pull requests:**
290
317
 
291
- - Add support for LogGroupName Property [\#262](https://github.com/stevenjack/cfndsl/pull/262) ([mikechau](https://github.com/mikechau))
292
- - Feature/add ecs task definition properties [\#261](https://github.com/stevenjack/cfndsl/pull/261) ([mikechau](https://github.com/mikechau))
318
+ - Add support for LogGroupName Property [\#262](https://github.com/cfndsl/cfndsl/pull/262) ([mikechau](https://github.com/mikechau))
319
+ - Feature/add ecs task definition properties [\#261](https://github.com/cfndsl/cfndsl/pull/261) ([mikechau](https://github.com/mikechau))
293
320
 
294
- ## [v0.11.5](https://github.com/stevenjack/cfndsl/tree/v0.11.5) (2016-10-05)
295
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.4...v0.11.5)
321
+ ## [v0.11.5](https://github.com/cfndsl/cfndsl/tree/v0.11.5) (2016-10-05)
322
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.4...v0.11.5)
296
323
 
297
324
  **Implemented enhancements:**
298
325
 
299
- - Support new function "Sub" [\#241](https://github.com/stevenjack/cfndsl/issues/241)
326
+ - Support new function "Sub" [\#241](https://github.com/cfndsl/cfndsl/issues/241)
300
327
 
301
328
  **Merged pull requests:**
302
329
 
303
- - create fnsub branch, resolves \#244 and \#241 [\#258](https://github.com/stevenjack/cfndsl/pull/258) ([gergnz](https://github.com/gergnz))
330
+ - create fnsub branch, resolves \#244 and \#241 [\#258](https://github.com/cfndsl/cfndsl/pull/258) ([gergnz](https://github.com/gergnz))
304
331
 
305
- ## [v0.11.4](https://github.com/stevenjack/cfndsl/tree/v0.11.4) (2016-10-05)
306
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.3...v0.11.4)
332
+ ## [v0.11.4](https://github.com/cfndsl/cfndsl/tree/v0.11.4) (2016-10-05)
333
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.3...v0.11.4)
307
334
 
308
335
  **Implemented enhancements:**
309
336
 
310
- - Support Import and Export of values for cross stack referencing [\#242](https://github.com/stevenjack/cfndsl/issues/242)
311
- - Support yaml as an output type option [\#240](https://github.com/stevenjack/cfndsl/issues/240)
337
+ - Support Import and Export of values for cross stack referencing [\#242](https://github.com/cfndsl/cfndsl/issues/242)
338
+ - Support yaml as an output type option [\#240](https://github.com/cfndsl/cfndsl/issues/240)
312
339
 
313
340
  **Closed issues:**
314
341
 
315
- - Support Cloudformation's new YAML format. [\#254](https://github.com/stevenjack/cfndsl/issues/254)
316
- - Uninitialized constant CfnDsl::VERSION \(NameError\) [\#246](https://github.com/stevenjack/cfndsl/issues/246)
342
+ - Support Cloudformation's new YAML format. [\#254](https://github.com/cfndsl/cfndsl/issues/254)
343
+ - Uninitialized constant CfnDsl::VERSION \(NameError\) [\#246](https://github.com/cfndsl/cfndsl/issues/246)
317
344
 
318
345
  **Merged pull requests:**
319
346
 
320
- - Add ECS ClusterName property to ECS Cluster type. [\#256](https://github.com/stevenjack/cfndsl/pull/256) ([pvdvreede](https://github.com/pvdvreede))
321
- - Update README.md [\#253](https://github.com/stevenjack/cfndsl/pull/253) ([herebebogans](https://github.com/herebebogans))
322
- - Function spec examples [\#251](https://github.com/stevenjack/cfndsl/pull/251) ([kornypoet](https://github.com/kornypoet))
323
- - Initial support for Cross stack references [\#249](https://github.com/stevenjack/cfndsl/pull/249) ([cmaxwellau](https://github.com/cmaxwellau))
324
- - This supports yaml as an output type and leaves json as the default [\#243](https://github.com/stevenjack/cfndsl/pull/243) ([gergnz](https://github.com/gergnz))
347
+ - Add ECS ClusterName property to ECS Cluster type. [\#256](https://github.com/cfndsl/cfndsl/pull/256) ([pvdvreede](https://github.com/pvdvreede))
348
+ - Update README.md [\#253](https://github.com/cfndsl/cfndsl/pull/253) ([herebebogans](https://github.com/herebebogans))
349
+ - Function spec examples [\#251](https://github.com/cfndsl/cfndsl/pull/251) ([kornypoet](https://github.com/kornypoet))
350
+ - Initial support for Cross stack references [\#249](https://github.com/cfndsl/cfndsl/pull/249) ([cmaxwellau](https://github.com/cmaxwellau))
351
+ - This supports yaml as an output type and leaves json as the default [\#243](https://github.com/cfndsl/cfndsl/pull/243) ([gergnz](https://github.com/gergnz))
325
352
 
326
- ## [v0.11.3](https://github.com/stevenjack/cfndsl/tree/v0.11.3) (2016-09-20)
327
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.2...v0.11.3)
353
+ ## [v0.11.3](https://github.com/cfndsl/cfndsl/tree/v0.11.3) (2016-09-20)
354
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.2...v0.11.3)
328
355
 
329
356
  **Merged pull requests:**
330
357
 
331
- - require cfndsl/version to prevent executable load errors [\#247](https://github.com/stevenjack/cfndsl/pull/247) ([kornypoet](https://github.com/kornypoet))
332
- - Add elastic search version [\#245](https://github.com/stevenjack/cfndsl/pull/245) ([ans0600](https://github.com/ans0600))
333
- - Fix for updated rubocop \(v 0.43.0\) [\#239](https://github.com/stevenjack/cfndsl/pull/239) ([gergnz](https://github.com/gergnz))
334
- - Update conditions.rb [\#238](https://github.com/stevenjack/cfndsl/pull/238) ([herebebogans](https://github.com/herebebogans))
358
+ - require cfndsl/version to prevent executable load errors [\#247](https://github.com/cfndsl/cfndsl/pull/247) ([kornypoet](https://github.com/kornypoet))
359
+ - Add elastic search version [\#245](https://github.com/cfndsl/cfndsl/pull/245) ([ans0600](https://github.com/ans0600))
360
+ - Fix for updated rubocop \(v 0.43.0\) [\#239](https://github.com/cfndsl/cfndsl/pull/239) ([gergnz](https://github.com/gergnz))
361
+ - Update conditions.rb [\#238](https://github.com/cfndsl/cfndsl/pull/238) ([herebebogans](https://github.com/herebebogans))
335
362
 
336
- ## [v0.11.2](https://github.com/stevenjack/cfndsl/tree/v0.11.2) (2016-09-19)
337
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.1...v0.11.2)
363
+ ## [v0.11.2](https://github.com/cfndsl/cfndsl/tree/v0.11.2) (2016-09-19)
364
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.1...v0.11.2)
338
365
 
339
366
  **Implemented enhancements:**
340
367
 
341
- - `FnNot` could be improved to not require array as the argument... [\#235](https://github.com/stevenjack/cfndsl/issues/235)
342
- - Provide support for AWS::CloudFormation::CustomResource [\#18](https://github.com/stevenjack/cfndsl/issues/18)
343
- - A couple of little things that were annoying me. [\#237](https://github.com/stevenjack/cfndsl/pull/237) ([gergnz](https://github.com/gergnz))
344
- - Improve FnNot method to not require ruby array. Fixes \#235 [\#236](https://github.com/stevenjack/cfndsl/pull/236) ([gergnz](https://github.com/gergnz))
368
+ - `FnNot` could be improved to not require array as the argument... [\#235](https://github.com/cfndsl/cfndsl/issues/235)
369
+ - Provide support for AWS::CloudFormation::CustomResource [\#18](https://github.com/cfndsl/cfndsl/issues/18)
370
+ - A couple of little things that were annoying me. [\#237](https://github.com/cfndsl/cfndsl/pull/237) ([gergnz](https://github.com/gergnz))
371
+ - Improve FnNot method to not require ruby array. Fixes \#235 [\#236](https://github.com/cfndsl/cfndsl/pull/236) ([gergnz](https://github.com/gergnz))
345
372
 
346
373
  **Closed issues:**
347
374
 
348
- - DSL to JSON mapping not working [\#230](https://github.com/stevenjack/cfndsl/issues/230)
349
- - undefined method `LoadBalancer' [\#229](https://github.com/stevenjack/cfndsl/issues/229)
375
+ - DSL to JSON mapping not working [\#230](https://github.com/cfndsl/cfndsl/issues/230)
376
+ - undefined method `LoadBalancer' [\#229](https://github.com/cfndsl/cfndsl/issues/229)
350
377
 
351
378
  **Merged pull requests:**
352
379
 
353
- - Add AccessLoggingPolicy to ELB [\#233](https://github.com/stevenjack/cfndsl/pull/233) ([gergnz](https://github.com/gergnz))
380
+ - Add AccessLoggingPolicy to ELB [\#233](https://github.com/cfndsl/cfndsl/pull/233) ([gergnz](https://github.com/gergnz))
354
381
 
355
- ## [v0.11.1](https://github.com/stevenjack/cfndsl/tree/v0.11.1) (2016-09-05)
356
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.0...v0.11.1)
382
+ ## [v0.11.1](https://github.com/cfndsl/cfndsl/tree/v0.11.1) (2016-09-05)
383
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.0...v0.11.1)
357
384
 
358
385
  **Closed issues:**
359
386
 
360
- - 0.11.0 removal of metadata has caused regression in existing templates [\#227](https://github.com/stevenjack/cfndsl/issues/227)
387
+ - 0.11.0 removal of metadata has caused regression in existing templates [\#227](https://github.com/cfndsl/cfndsl/issues/227)
361
388
 
362
389
  **Merged pull requests:**
363
390
 
364
- - Add Kinesis Stream to AWS types [\#228](https://github.com/stevenjack/cfndsl/pull/228) ([holmesjr](https://github.com/holmesjr))
365
- - standardise EC2Tag with ResourceTag [\#225](https://github.com/stevenjack/cfndsl/pull/225) ([gergnz](https://github.com/gergnz))
366
- - Simplecov [\#224](https://github.com/stevenjack/cfndsl/pull/224) ([kornypoet](https://github.com/kornypoet))
391
+ - Add Kinesis Stream to AWS types [\#228](https://github.com/cfndsl/cfndsl/pull/228) ([holmesjr](https://github.com/holmesjr))
392
+ - standardise EC2Tag with ResourceTag [\#225](https://github.com/cfndsl/cfndsl/pull/225) ([gergnz](https://github.com/gergnz))
393
+ - Simplecov [\#224](https://github.com/cfndsl/cfndsl/pull/224) ([kornypoet](https://github.com/kornypoet))
367
394
 
368
- ## [v0.11.0](https://github.com/stevenjack/cfndsl/tree/v0.11.0) (2016-08-25)
369
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.2...v0.11.0)
395
+ ## [v0.11.0](https://github.com/cfndsl/cfndsl/tree/v0.11.0) (2016-08-25)
396
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.2...v0.11.0)
370
397
 
371
398
  **Implemented enhancements:**
372
399
 
373
- - Orchestration template spec [\#213](https://github.com/stevenjack/cfndsl/pull/213) ([kornypoet](https://github.com/kornypoet))
374
- - Top Level Metadata [\#209](https://github.com/stevenjack/cfndsl/pull/209) ([kornypoet](https://github.com/kornypoet))
400
+ - Orchestration template spec [\#213](https://github.com/cfndsl/cfndsl/pull/213) ([kornypoet](https://github.com/kornypoet))
401
+ - Top Level Metadata [\#209](https://github.com/cfndsl/cfndsl/pull/209) ([kornypoet](https://github.com/kornypoet))
375
402
 
376
- ## [v0.10.2](https://github.com/stevenjack/cfndsl/tree/v0.10.2) (2016-08-25)
377
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.1...v0.10.2)
403
+ ## [v0.10.2](https://github.com/cfndsl/cfndsl/tree/v0.10.2) (2016-08-25)
404
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.1...v0.10.2)
378
405
 
379
406
  **Merged pull requests:**
380
407
 
381
- - Add SsmAssociations to EC2 Instance resource. [\#223](https://github.com/stevenjack/cfndsl/pull/223) ([pvdvreede](https://github.com/pvdvreede))
408
+ - Add SsmAssociations to EC2 Instance resource. [\#223](https://github.com/cfndsl/cfndsl/pull/223) ([pvdvreede](https://github.com/pvdvreede))
382
409
 
383
- ## [v0.10.1](https://github.com/stevenjack/cfndsl/tree/v0.10.1) (2016-08-24)
384
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.0...v0.10.1)
410
+ ## [v0.10.1](https://github.com/cfndsl/cfndsl/tree/v0.10.1) (2016-08-24)
411
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.0...v0.10.1)
385
412
 
386
413
  **Merged pull requests:**
387
414
 
388
- - adding elasticache tags [\#216](https://github.com/stevenjack/cfndsl/pull/216) ([jstenhouse](https://github.com/jstenhouse))
415
+ - adding elasticache tags [\#216](https://github.com/cfndsl/cfndsl/pull/216) ([jstenhouse](https://github.com/jstenhouse))
389
416
 
390
- ## [v0.10.0](https://github.com/stevenjack/cfndsl/tree/v0.10.0) (2016-08-22)
391
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.5...v0.10.0)
417
+ ## [v0.10.0](https://github.com/cfndsl/cfndsl/tree/v0.10.0) (2016-08-22)
418
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.5...v0.10.0)
392
419
 
393
420
  **Merged pull requests:**
394
421
 
395
- - remove method missing handlers [\#221](https://github.com/stevenjack/cfndsl/pull/221) ([kornypoet](https://github.com/kornypoet))
396
- - adding support for new application load balancers - AWS::ElasticLoadB… [\#220](https://github.com/stevenjack/cfndsl/pull/220) ([jstenhouse](https://github.com/jstenhouse))
397
- - Add GroupName property to IAM Group resource [\#219](https://github.com/stevenjack/cfndsl/pull/219) ([ampedandwired](https://github.com/ampedandwired))
398
- - Add KmsKeyId to the Redshift function. [\#217](https://github.com/stevenjack/cfndsl/pull/217) ([holmesjr](https://github.com/holmesjr))
399
- - Add EC2::FlowLog [\#215](https://github.com/stevenjack/cfndsl/pull/215) ([webdevwilson](https://github.com/webdevwilson))
422
+ - remove method missing handlers [\#221](https://github.com/cfndsl/cfndsl/pull/221) ([kornypoet](https://github.com/kornypoet))
423
+ - adding support for new application load balancers - AWS::ElasticLoadB… [\#220](https://github.com/cfndsl/cfndsl/pull/220) ([jstenhouse](https://github.com/jstenhouse))
424
+ - Add GroupName property to IAM Group resource [\#219](https://github.com/cfndsl/cfndsl/pull/219) ([ampedandwired](https://github.com/ampedandwired))
425
+ - Add KmsKeyId to the Redshift function. [\#217](https://github.com/cfndsl/cfndsl/pull/217) ([holmesjr](https://github.com/holmesjr))
426
+ - Add EC2::FlowLog [\#215](https://github.com/cfndsl/cfndsl/pull/215) ([webdevwilson](https://github.com/webdevwilson))
400
427
 
401
- ## [v0.9.5](https://github.com/stevenjack/cfndsl/tree/v0.9.5) (2016-07-26)
402
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.4...v0.9.5)
428
+ ## [v0.9.5](https://github.com/cfndsl/cfndsl/tree/v0.9.5) (2016-07-26)
429
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.4...v0.9.5)
403
430
 
404
431
  **Implemented enhancements:**
405
432
 
406
- - Plurals spec [\#212](https://github.com/stevenjack/cfndsl/pull/212) ([kornypoet](https://github.com/kornypoet))
433
+ - Plurals spec [\#212](https://github.com/cfndsl/cfndsl/pull/212) ([kornypoet](https://github.com/kornypoet))
407
434
 
408
- ## [v0.9.4](https://github.com/stevenjack/cfndsl/tree/v0.9.4) (2016-07-26)
409
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.3...v0.9.4)
435
+ ## [v0.9.4](https://github.com/cfndsl/cfndsl/tree/v0.9.4) (2016-07-26)
436
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.3...v0.9.4)
410
437
 
411
438
  **Implemented enhancements:**
412
439
 
413
- - Names spec [\#211](https://github.com/stevenjack/cfndsl/pull/211) ([kornypoet](https://github.com/kornypoet))
440
+ - Names spec [\#211](https://github.com/cfndsl/cfndsl/pull/211) ([kornypoet](https://github.com/kornypoet))
414
441
 
415
- ## [v0.9.3](https://github.com/stevenjack/cfndsl/tree/v0.9.3) (2016-07-26)
416
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.2...v0.9.3)
442
+ ## [v0.9.3](https://github.com/cfndsl/cfndsl/tree/v0.9.3) (2016-07-26)
443
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.2...v0.9.3)
417
444
 
418
445
  **Merged pull requests:**
419
446
 
420
- - AWS::WAF Type [\#208](https://github.com/stevenjack/cfndsl/pull/208) ([kornypoet](https://github.com/kornypoet))
447
+ - AWS::WAF Type [\#208](https://github.com/cfndsl/cfndsl/pull/208) ([kornypoet](https://github.com/kornypoet))
421
448
 
422
- ## [v0.9.2](https://github.com/stevenjack/cfndsl/tree/v0.9.2) (2016-07-06)
423
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.1...v0.9.2)
449
+ ## [v0.9.2](https://github.com/cfndsl/cfndsl/tree/v0.9.2) (2016-07-06)
450
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.1...v0.9.2)
424
451
 
425
452
  **Fixed bugs:**
426
453
 
427
- - Cfndsl206 apigateway resource [\#207](https://github.com/stevenjack/cfndsl/pull/207) ([gergnz](https://github.com/gergnz))
454
+ - Cfndsl206 apigateway resource [\#207](https://github.com/cfndsl/cfndsl/pull/207) ([gergnz](https://github.com/gergnz))
428
455
 
429
- ## [v0.9.1](https://github.com/stevenjack/cfndsl/tree/v0.9.1) (2016-06-22)
430
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.0...v0.9.1)
456
+ ## [v0.9.1](https://github.com/cfndsl/cfndsl/tree/v0.9.1) (2016-06-22)
457
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.0...v0.9.1)
431
458
 
432
459
  **Implemented enhancements:**
433
460
 
434
- - Remove List context for VpcSettings Datatype [\#204](https://github.com/stevenjack/cfndsl/pull/204) ([herebebogans](https://github.com/herebebogans))
435
- - Add Boolean for UseOpsworksSecurityGroups [\#203](https://github.com/stevenjack/cfndsl/pull/203) ([matthewrkrieger](https://github.com/matthewrkrieger))
436
- - Add RDS Event Subscription cloudformation resource. [\#202](https://github.com/stevenjack/cfndsl/pull/202) ([pvdvreede](https://github.com/pvdvreede))
461
+ - Remove List context for VpcSettings Datatype [\#204](https://github.com/cfndsl/cfndsl/pull/204) ([herebebogans](https://github.com/herebebogans))
462
+ - Add Boolean for UseOpsworksSecurityGroups [\#203](https://github.com/cfndsl/cfndsl/pull/203) ([matthewrkrieger](https://github.com/matthewrkrieger))
463
+ - Add RDS Event Subscription cloudformation resource. [\#202](https://github.com/cfndsl/cfndsl/pull/202) ([pvdvreede](https://github.com/pvdvreede))
437
464
 
438
465
  **Merged pull requests:**
439
466
 
440
- - Api gateway [\#201](https://github.com/stevenjack/cfndsl/pull/201) ([webdevwilson](https://github.com/webdevwilson))
467
+ - Api gateway [\#201](https://github.com/cfndsl/cfndsl/pull/201) ([webdevwilson](https://github.com/webdevwilson))
441
468
 
442
- ## [v0.9.0](https://github.com/stevenjack/cfndsl/tree/v0.9.0) (2016-06-22)
443
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.9...v0.9.0)
469
+ ## [v0.9.0](https://github.com/cfndsl/cfndsl/tree/v0.9.0) (2016-06-22)
470
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.9...v0.9.0)
444
471
 
445
472
  **Implemented enhancements:**
446
473
 
447
- - Exparams class methods [\#187](https://github.com/stevenjack/cfndsl/pull/187) ([kornypoet](https://github.com/kornypoet))
474
+ - Exparams class methods [\#187](https://github.com/cfndsl/cfndsl/pull/187) ([kornypoet](https://github.com/kornypoet))
448
475
 
449
- ## [v0.8.9](https://github.com/stevenjack/cfndsl/tree/v0.8.9) (2016-06-02)
450
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.8...v0.8.9)
476
+ ## [v0.8.9](https://github.com/cfndsl/cfndsl/tree/v0.8.9) (2016-06-02)
477
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.8...v0.8.9)
451
478
 
452
479
  **Merged pull requests:**
453
480
 
454
- - Add Tags attribute to ELB [\#200](https://github.com/stevenjack/cfndsl/pull/200) ([webdevwilson](https://github.com/webdevwilson))
481
+ - Add Tags attribute to ELB [\#200](https://github.com/cfndsl/cfndsl/pull/200) ([webdevwilson](https://github.com/webdevwilson))
455
482
 
456
- ## [v0.8.8](https://github.com/stevenjack/cfndsl/tree/v0.8.8) (2016-06-02)
457
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.7...v0.8.8)
483
+ ## [v0.8.8](https://github.com/cfndsl/cfndsl/tree/v0.8.8) (2016-06-02)
484
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.7...v0.8.8)
458
485
 
459
486
  **Merged pull requests:**
460
487
 
461
- - Add AWS RDS Option Group to types. [\#198](https://github.com/stevenjack/cfndsl/pull/198) ([pvdvreede](https://github.com/pvdvreede))
488
+ - Add AWS RDS Option Group to types. [\#198](https://github.com/cfndsl/cfndsl/pull/198) ([pvdvreede](https://github.com/pvdvreede))
462
489
 
463
- ## [v0.8.7](https://github.com/stevenjack/cfndsl/tree/v0.8.7) (2016-06-02)
464
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.6...v0.8.7)
490
+ ## [v0.8.7](https://github.com/cfndsl/cfndsl/tree/v0.8.7) (2016-06-02)
491
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.6...v0.8.7)
465
492
 
466
493
  **Implemented enhancements:**
467
494
 
468
- - Rubocop 0.40 Fixes [\#195](https://github.com/stevenjack/cfndsl/pull/195) ([gergnz](https://github.com/gergnz))
469
- - Update types.yaml - fixed tenancey typo [\#194](https://github.com/stevenjack/cfndsl/pull/194) ([johnhyland](https://github.com/johnhyland))
495
+ - Rubocop 0.40 Fixes [\#195](https://github.com/cfndsl/cfndsl/pull/195) ([gergnz](https://github.com/gergnz))
496
+ - Update types.yaml - fixed tenancey typo [\#194](https://github.com/cfndsl/cfndsl/pull/194) ([johnhyland](https://github.com/johnhyland))
470
497
 
471
- ## [v0.8.6](https://github.com/stevenjack/cfndsl/tree/v0.8.6) (2016-05-05)
472
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.5...v0.8.6)
498
+ ## [v0.8.6](https://github.com/cfndsl/cfndsl/tree/v0.8.6) (2016-05-05)
499
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.5...v0.8.6)
473
500
 
474
501
  **Implemented enhancements:**
475
502
 
476
- - Add yamlllint to Gemfile and add a rake task to lint all yaml files. [\#191](https://github.com/stevenjack/cfndsl/pull/191) ([gergnz](https://github.com/gergnz))
503
+ - Add yamlllint to Gemfile and add a rake task to lint all yaml files. [\#191](https://github.com/cfndsl/cfndsl/pull/191) ([gergnz](https://github.com/gergnz))
477
504
 
478
505
  **Merged pull requests:**
479
506
 
480
- - Adding MicrosoftAD to AWS types. [\#193](https://github.com/stevenjack/cfndsl/pull/193) ([pvdvreede](https://github.com/pvdvreede))
507
+ - Adding MicrosoftAD to AWS types. [\#193](https://github.com/cfndsl/cfndsl/pull/193) ([pvdvreede](https://github.com/pvdvreede))
481
508
 
482
- ## [v0.8.5](https://github.com/stevenjack/cfndsl/tree/v0.8.5) (2016-05-04)
483
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.4...v0.8.5)
509
+ ## [v0.8.5](https://github.com/cfndsl/cfndsl/tree/v0.8.5) (2016-05-04)
510
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.4...v0.8.5)
484
511
 
485
512
  **Implemented enhancements:**
486
513
 
487
- - Build stacks by including other ruby files [\#152](https://github.com/stevenjack/cfndsl/issues/152)
488
- - Osduplicatekey [\#192](https://github.com/stevenjack/cfndsl/pull/192) ([gergnz](https://github.com/gergnz))
514
+ - Build stacks by including other ruby files [\#152](https://github.com/cfndsl/cfndsl/issues/152)
515
+ - Osduplicatekey [\#192](https://github.com/cfndsl/cfndsl/pull/192) ([gergnz](https://github.com/gergnz))
489
516
 
490
517
  **Merged pull requests:**
491
518
 
492
- - Add cloudwatch events type [\#189](https://github.com/stevenjack/cfndsl/pull/189) ([gergnz](https://github.com/gergnz))
519
+ - Add cloudwatch events type [\#189](https://github.com/cfndsl/cfndsl/pull/189) ([gergnz](https://github.com/gergnz))
493
520
 
494
- ## [v0.8.4](https://github.com/stevenjack/cfndsl/tree/v0.8.4) (2016-05-03)
495
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.3...v0.8.4)
521
+ ## [v0.8.4](https://github.com/cfndsl/cfndsl/tree/v0.8.4) (2016-05-03)
522
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.3...v0.8.4)
496
523
 
497
524
  **Merged pull requests:**
498
525
 
499
- - remove duplicate nat g/w definition [\#190](https://github.com/stevenjack/cfndsl/pull/190) ([gergnz](https://github.com/gergnz))
526
+ - remove duplicate nat g/w definition [\#190](https://github.com/cfndsl/cfndsl/pull/190) ([gergnz](https://github.com/gergnz))
500
527
 
501
- ## [v0.8.3](https://github.com/stevenjack/cfndsl/tree/v0.8.3) (2016-04-27)
502
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.2...v0.8.3)
528
+ ## [v0.8.3](https://github.com/cfndsl/cfndsl/tree/v0.8.3) (2016-04-27)
529
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.2...v0.8.3)
503
530
 
504
531
  **Fixed bugs:**
505
532
 
506
- - Add tag arguments [\#188](https://github.com/stevenjack/cfndsl/pull/188) ([kornypoet](https://github.com/kornypoet))
533
+ - Add tag arguments [\#188](https://github.com/cfndsl/cfndsl/pull/188) ([kornypoet](https://github.com/kornypoet))
507
534
 
508
- ## [v0.8.2](https://github.com/stevenjack/cfndsl/tree/v0.8.2) (2016-04-27)
509
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.1...v0.8.2)
535
+ ## [v0.8.2](https://github.com/cfndsl/cfndsl/tree/v0.8.2) (2016-04-27)
536
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.1...v0.8.2)
510
537
 
511
538
  **Merged pull requests:**
512
539
 
513
- - Updated OpsWorks\_Stack to include ChefConfiguration [\#186](https://github.com/stevenjack/cfndsl/pull/186) ([webdevwilson](https://github.com/webdevwilson))
540
+ - Updated OpsWorks\_Stack to include ChefConfiguration [\#186](https://github.com/cfndsl/cfndsl/pull/186) ([webdevwilson](https://github.com/webdevwilson))
514
541
 
515
- ## [v0.8.1](https://github.com/stevenjack/cfndsl/tree/v0.8.1) (2016-04-27)
516
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.0...v0.8.1)
542
+ ## [v0.8.1](https://github.com/cfndsl/cfndsl/tree/v0.8.1) (2016-04-27)
543
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.0...v0.8.1)
517
544
 
518
545
  **Merged pull requests:**
519
546
 
520
- - Add in Route53 Health Check Tags as a type [\#185](https://github.com/stevenjack/cfndsl/pull/185) ([gergnz](https://github.com/gergnz))
547
+ - Add in Route53 Health Check Tags as a type [\#185](https://github.com/cfndsl/cfndsl/pull/185) ([gergnz](https://github.com/gergnz))
521
548
 
522
- ## [v0.8.0](https://github.com/stevenjack/cfndsl/tree/v0.8.0) (2016-04-27)
523
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.7.0...v0.8.0)
549
+ ## [v0.8.0](https://github.com/cfndsl/cfndsl/tree/v0.8.0) (2016-04-27)
550
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.7.0...v0.8.0)
524
551
 
525
552
  **Implemented enhancements:**
526
553
 
527
- - Use as\_json instead of to\_json [\#157](https://github.com/stevenjack/cfndsl/pull/157) ([johnf](https://github.com/johnf))
554
+ - Use as\_json instead of to\_json [\#157](https://github.com/cfndsl/cfndsl/pull/157) ([johnf](https://github.com/johnf))
528
555
 
529
556
  **Fixed bugs:**
530
557
 
531
- - Use as\\_json instead of to\\_json [\#157](https://github.com/stevenjack/cfndsl/pull/157) ([johnf](https://github.com/johnf))
558
+ - Use as\\_json instead of to\\_json [\#157](https://github.com/cfndsl/cfndsl/pull/157) ([johnf](https://github.com/johnf))
532
559
 
533
- ## [v0.7.0](https://github.com/stevenjack/cfndsl/tree/v0.7.0) (2016-04-27)
534
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.2...v0.7.0)
560
+ ## [v0.7.0](https://github.com/cfndsl/cfndsl/tree/v0.7.0) (2016-04-27)
561
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.2...v0.7.0)
535
562
 
536
563
  **Implemented enhancements:**
537
564
 
538
- - Fix the issue with plural types [\#153](https://github.com/stevenjack/cfndsl/pull/153) ([johnf](https://github.com/johnf))
565
+ - Fix the issue with plural types [\#153](https://github.com/cfndsl/cfndsl/pull/153) ([johnf](https://github.com/johnf))
539
566
 
540
567
  **Fixed bugs:**
541
568
 
542
- - Fix the issue with plural types [\#153](https://github.com/stevenjack/cfndsl/pull/153) ([johnf](https://github.com/johnf))
569
+ - Fix the issue with plural types [\#153](https://github.com/cfndsl/cfndsl/pull/153) ([johnf](https://github.com/johnf))
543
570
 
544
- ## [v0.6.2](https://github.com/stevenjack/cfndsl/tree/v0.6.2) (2016-04-19)
545
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.1...v0.6.2)
571
+ ## [v0.6.2](https://github.com/cfndsl/cfndsl/tree/v0.6.2) (2016-04-19)
572
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.1...v0.6.2)
546
573
 
547
574
  **Implemented enhancements:**
548
575
 
549
- - Fix for \#181 - deprecation warning [\#182](https://github.com/stevenjack/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
576
+ - Fix for \#181 - deprecation warning [\#182](https://github.com/cfndsl/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
550
577
 
551
578
  **Fixed bugs:**
552
579
 
553
- - Fix for \\#181 - deprecation warning [\#182](https://github.com/stevenjack/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
580
+ - Fix for \\#181 - deprecation warning [\#182](https://github.com/cfndsl/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
554
581
 
555
582
  **Closed issues:**
556
583
 
557
- - Deprecation warning with rake 11.1.2 [\#181](https://github.com/stevenjack/cfndsl/issues/181)
584
+ - Deprecation warning with rake 11.1.2 [\#181](https://github.com/cfndsl/cfndsl/issues/181)
558
585
 
559
- ## [v0.6.1](https://github.com/stevenjack/cfndsl/tree/v0.6.1) (2016-04-18)
560
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.0...v0.6.1)
586
+ ## [v0.6.1](https://github.com/cfndsl/cfndsl/tree/v0.6.1) (2016-04-18)
587
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.0...v0.6.1)
561
588
 
562
589
  **Implemented enhancements:**
563
590
 
564
- - External Parameters [\#170](https://github.com/stevenjack/cfndsl/issues/170)
591
+ - External Parameters [\#170](https://github.com/cfndsl/cfndsl/issues/170)
565
592
 
566
593
  **Merged pull requests:**
567
594
 
568
- - Update types.yaml [\#180](https://github.com/stevenjack/cfndsl/pull/180) ([herebebogans](https://github.com/herebebogans))
595
+ - Update types.yaml [\#180](https://github.com/cfndsl/cfndsl/pull/180) ([herebebogans](https://github.com/herebebogans))
569
596
 
570
- ## [v0.6.0](https://github.com/stevenjack/cfndsl/tree/v0.6.0) (2016-04-18)
571
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.2...v0.6.0)
597
+ ## [v0.6.0](https://github.com/cfndsl/cfndsl/tree/v0.6.0) (2016-04-18)
598
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.2...v0.6.0)
572
599
 
573
600
  **Implemented enhancements:**
574
601
 
575
- - External params [\#179](https://github.com/stevenjack/cfndsl/pull/179) ([kornypoet](https://github.com/kornypoet))
602
+ - External params [\#179](https://github.com/cfndsl/cfndsl/pull/179) ([kornypoet](https://github.com/kornypoet))
576
603
 
577
- ## [v0.5.2](https://github.com/stevenjack/cfndsl/tree/v0.5.2) (2016-04-15)
578
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.1...v0.5.2)
604
+ ## [v0.5.2](https://github.com/cfndsl/cfndsl/tree/v0.5.2) (2016-04-15)
605
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.1...v0.5.2)
579
606
 
580
607
  **Fixed bugs:**
581
608
 
582
- - 5.0 release breaks addTag [\#175](https://github.com/stevenjack/cfndsl/issues/175)
583
- - Remove erroneous logstream output [\#178](https://github.com/stevenjack/cfndsl/pull/178) ([stevenjack](https://github.com/stevenjack))
609
+ - 5.0 release breaks addTag [\#175](https://github.com/cfndsl/cfndsl/issues/175)
610
+ - Remove erroneous logstream output [\#178](https://github.com/cfndsl/cfndsl/pull/178) ([stevenjack](https://github.com/stevenjack))
584
611
 
585
- ## [v0.5.1](https://github.com/stevenjack/cfndsl/tree/v0.5.1) (2016-04-15)
586
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.0...v0.5.1)
612
+ ## [v0.5.1](https://github.com/cfndsl/cfndsl/tree/v0.5.1) (2016-04-15)
613
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.0...v0.5.1)
587
614
 
588
615
  **Implemented enhancements:**
589
616
 
590
- - Fix Rake task for bumping version number [\#173](https://github.com/stevenjack/cfndsl/pull/173) ([stevenjack](https://github.com/stevenjack))
617
+ - Fix Rake task for bumping version number [\#173](https://github.com/cfndsl/cfndsl/pull/173) ([stevenjack](https://github.com/stevenjack))
591
618
 
592
619
  **Fixed bugs:**
593
620
 
594
- - JSON pretty printing for rake generated cloudformation [\#177](https://github.com/stevenjack/cfndsl/pull/177) ([cmaxwellau](https://github.com/cmaxwellau))
621
+ - JSON pretty printing for rake generated cloudformation [\#177](https://github.com/cfndsl/cfndsl/pull/177) ([cmaxwellau](https://github.com/cmaxwellau))
595
622
 
596
623
  **Closed issues:**
597
624
 
598
- - Pretty printing no longer working with Rake builds [\#176](https://github.com/stevenjack/cfndsl/issues/176)
625
+ - Pretty printing no longer working with Rake builds [\#176](https://github.com/cfndsl/cfndsl/issues/176)
599
626
 
600
- ## [v0.5.0](https://github.com/stevenjack/cfndsl/tree/v0.5.0) (2016-04-13)
601
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.4...v0.5.0)
627
+ ## [v0.5.0](https://github.com/cfndsl/cfndsl/tree/v0.5.0) (2016-04-13)
628
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.4...v0.5.0)
602
629
 
603
630
  **Implemented enhancements:**
604
631
 
605
- - Code cleanup and improvments - Help needed [\#171](https://github.com/stevenjack/cfndsl/issues/171)
606
- - cfndsl\_examples [\#83](https://github.com/stevenjack/cfndsl/issues/83)
607
- - The Juno release of Openstack Heat has a whole new floatilla of resources [\#67](https://github.com/stevenjack/cfndsl/issues/67)
608
- - CLI Tests [\#169](https://github.com/stevenjack/cfndsl/pull/169) ([kornypoet](https://github.com/kornypoet))
609
- - Rubocop fixes [\#161](https://github.com/stevenjack/cfndsl/pull/161) ([stevenjack](https://github.com/stevenjack))
632
+ - Code cleanup and improvments - Help needed [\#171](https://github.com/cfndsl/cfndsl/issues/171)
633
+ - cfndsl\_examples [\#83](https://github.com/cfndsl/cfndsl/issues/83)
634
+ - The Juno release of Openstack Heat has a whole new floatilla of resources [\#67](https://github.com/cfndsl/cfndsl/issues/67)
635
+ - CLI Tests [\#169](https://github.com/cfndsl/cfndsl/pull/169) ([kornypoet](https://github.com/kornypoet))
636
+ - Rubocop fixes [\#161](https://github.com/cfndsl/cfndsl/pull/161) ([stevenjack](https://github.com/stevenjack))
610
637
 
611
- ## [v0.4.4](https://github.com/stevenjack/cfndsl/tree/v0.4.4) (2016-04-01)
612
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.2...v0.4.4)
638
+ ## [v0.4.4](https://github.com/cfndsl/cfndsl/tree/v0.4.4) (2016-04-01)
639
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.2...v0.4.4)
613
640
 
614
641
  **Closed issues:**
615
642
 
616
- - Updating aws\_types.yaml? [\#165](https://github.com/stevenjack/cfndsl/issues/165)
643
+ - Updating aws\_types.yaml? [\#165](https://github.com/cfndsl/cfndsl/issues/165)
617
644
 
618
- ## [v0.4.2](https://github.com/stevenjack/cfndsl/tree/v0.4.2) (2016-03-03)
619
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.3...v0.4.2)
645
+ ## [v0.4.2](https://github.com/cfndsl/cfndsl/tree/v0.4.2) (2016-03-03)
646
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.3...v0.4.2)
620
647
 
621
- ## [v0.4.3](https://github.com/stevenjack/cfndsl/tree/v0.4.3) (2016-03-01)
622
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.1...v0.4.3)
648
+ ## [v0.4.3](https://github.com/cfndsl/cfndsl/tree/v0.4.3) (2016-03-01)
649
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.1...v0.4.3)
623
650
 
624
651
  **Closed issues:**
625
652
 
626
- - Support the Elasticsearch Service [\#155](https://github.com/stevenjack/cfndsl/issues/155)
653
+ - Support the Elasticsearch Service [\#155](https://github.com/cfndsl/cfndsl/issues/155)
627
654
 
628
- ## [v0.4.1](https://github.com/stevenjack/cfndsl/tree/v0.4.1) (2016-02-18)
629
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.0...v0.4.1)
655
+ ## [v0.4.1](https://github.com/cfndsl/cfndsl/tree/v0.4.1) (2016-02-18)
656
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.0...v0.4.1)
630
657
 
631
- ## [v0.4.0](https://github.com/stevenjack/cfndsl/tree/v0.4.0) (2016-02-11)
632
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.6...v0.4.0)
658
+ ## [v0.4.0](https://github.com/cfndsl/cfndsl/tree/v0.4.0) (2016-02-11)
659
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.6...v0.4.0)
633
660
 
634
- ## [v0.3.6](https://github.com/stevenjack/cfndsl/tree/v0.3.6) (2016-02-09)
635
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.5...v0.3.6)
661
+ ## [v0.3.6](https://github.com/cfndsl/cfndsl/tree/v0.3.6) (2016-02-09)
662
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.5...v0.3.6)
636
663
 
637
664
  **Implemented enhancements:**
638
665
 
639
- - Pretty-formatted multi-line output JSON [\#149](https://github.com/stevenjack/cfndsl/issues/149)
666
+ - Pretty-formatted multi-line output JSON [\#149](https://github.com/cfndsl/cfndsl/issues/149)
640
667
 
641
- ## [v0.3.5](https://github.com/stevenjack/cfndsl/tree/v0.3.5) (2016-02-03)
642
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.4...v0.3.5)
668
+ ## [v0.3.5](https://github.com/cfndsl/cfndsl/tree/v0.3.5) (2016-02-03)
669
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.4...v0.3.5)
643
670
 
644
- ## [v0.3.4](https://github.com/stevenjack/cfndsl/tree/v0.3.4) (2016-01-28)
645
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.3...v0.3.4)
671
+ ## [v0.3.4](https://github.com/cfndsl/cfndsl/tree/v0.3.4) (2016-01-28)
672
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.3...v0.3.4)
646
673
 
647
674
  **Merged pull requests:**
648
675
 
649
- - add AutoScalingConfiguration missing property [\#144](https://github.com/stevenjack/cfndsl/pull/144) ([kornypoet](https://github.com/kornypoet))
676
+ - add AutoScalingConfiguration missing property [\#144](https://github.com/cfndsl/cfndsl/pull/144) ([kornypoet](https://github.com/kornypoet))
650
677
 
651
- ## [v0.3.3](https://github.com/stevenjack/cfndsl/tree/v0.3.3) (2015-12-26)
652
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.2...v0.3.3)
678
+ ## [v0.3.3](https://github.com/cfndsl/cfndsl/tree/v0.3.3) (2015-12-26)
679
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.2...v0.3.3)
653
680
 
654
681
  **Closed issues:**
655
682
 
656
- - Add support for additional RDS properties [\#142](https://github.com/stevenjack/cfndsl/issues/142)
657
- - Add support for KMS::Key [\#140](https://github.com/stevenjack/cfndsl/issues/140)
683
+ - Add support for additional RDS properties [\#142](https://github.com/cfndsl/cfndsl/issues/142)
684
+ - Add support for KMS::Key [\#140](https://github.com/cfndsl/cfndsl/issues/140)
658
685
 
659
- ## [v0.3.2](https://github.com/stevenjack/cfndsl/tree/v0.3.2) (2015-11-20)
660
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.1...v0.3.2)
686
+ ## [v0.3.2](https://github.com/cfndsl/cfndsl/tree/v0.3.2) (2015-11-20)
687
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.1...v0.3.2)
661
688
 
662
689
  **Merged pull requests:**
663
690
 
664
- - json gem required [\#136](https://github.com/stevenjack/cfndsl/pull/136) ([erikmack](https://github.com/erikmack))
665
- - Ensure last value wins when a Property is set multiple times [\#135](https://github.com/stevenjack/cfndsl/pull/135) ([erikmack](https://github.com/erikmack))
666
- - Fix typo in return type [\#134](https://github.com/stevenjack/cfndsl/pull/134) ([erikmack](https://github.com/erikmack))
667
- - Update t1.rb template to match README text [\#132](https://github.com/stevenjack/cfndsl/pull/132) ([nickjwebb](https://github.com/nickjwebb))
668
- - Enable NotificationConfigurations on S3 Bucket object [\#131](https://github.com/stevenjack/cfndsl/pull/131) ([webdevwilson](https://github.com/webdevwilson))
691
+ - json gem required [\#136](https://github.com/cfndsl/cfndsl/pull/136) ([erikmack](https://github.com/erikmack))
692
+ - Ensure last value wins when a Property is set multiple times [\#135](https://github.com/cfndsl/cfndsl/pull/135) ([erikmack](https://github.com/erikmack))
693
+ - Fix typo in return type [\#134](https://github.com/cfndsl/cfndsl/pull/134) ([erikmack](https://github.com/erikmack))
694
+ - Update t1.rb template to match README text [\#132](https://github.com/cfndsl/cfndsl/pull/132) ([nickjwebb](https://github.com/nickjwebb))
695
+ - Enable NotificationConfigurations on S3 Bucket object [\#131](https://github.com/cfndsl/cfndsl/pull/131) ([webdevwilson](https://github.com/webdevwilson))
669
696
 
670
- ## [v0.3.1](https://github.com/stevenjack/cfndsl/tree/v0.3.1) (2015-10-29)
671
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.9...v0.3.1)
697
+ ## [v0.3.1](https://github.com/cfndsl/cfndsl/tree/v0.3.1) (2015-10-29)
698
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.9...v0.3.1)
672
699
 
673
- ## [v0.2.9](https://github.com/stevenjack/cfndsl/tree/v0.2.9) (2015-10-29)
674
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.8...v0.2.9)
700
+ ## [v0.2.9](https://github.com/cfndsl/cfndsl/tree/v0.2.9) (2015-10-29)
701
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.8...v0.2.9)
675
702
 
676
- ## [v0.2.8](https://github.com/stevenjack/cfndsl/tree/v0.2.8) (2015-10-29)
677
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.7...v0.2.8)
703
+ ## [v0.2.8](https://github.com/cfndsl/cfndsl/tree/v0.2.8) (2015-10-29)
704
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.7...v0.2.8)
678
705
 
679
- ## [v0.2.7](https://github.com/stevenjack/cfndsl/tree/v0.2.7) (2015-10-14)
680
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.4...v0.2.7)
706
+ ## [v0.2.7](https://github.com/cfndsl/cfndsl/tree/v0.2.7) (2015-10-14)
707
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.4...v0.2.7)
681
708
 
682
- ## [v0.2.4](https://github.com/stevenjack/cfndsl/tree/v0.2.4) (2015-09-29)
683
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.0...v0.2.4)
709
+ ## [v0.2.4](https://github.com/cfndsl/cfndsl/tree/v0.2.4) (2015-09-29)
710
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.0...v0.2.4)
684
711
 
685
- ## [v0.3.0](https://github.com/stevenjack/cfndsl/tree/v0.3.0) (2015-09-29)
686
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.3...v0.3.0)
712
+ ## [v0.3.0](https://github.com/cfndsl/cfndsl/tree/v0.3.0) (2015-09-29)
713
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.3...v0.3.0)
687
714
 
688
- ## [v0.2.3](https://github.com/stevenjack/cfndsl/tree/v0.2.3) (2015-08-26)
689
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.2...v0.2.3)
715
+ ## [v0.2.3](https://github.com/cfndsl/cfndsl/tree/v0.2.3) (2015-08-26)
716
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.2...v0.2.3)
690
717
 
691
718
  **Closed issues:**
692
719
 
693
- - Undefined symbol: EC2MountPoint - possible issue? [\#124](https://github.com/stevenjack/cfndsl/issues/124)
720
+ - Undefined symbol: EC2MountPoint - possible issue? [\#124](https://github.com/cfndsl/cfndsl/issues/124)
694
721
 
695
- ## [v0.2.2](https://github.com/stevenjack/cfndsl/tree/v0.2.2) (2015-08-10)
696
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.1...v0.2.2)
722
+ ## [v0.2.2](https://github.com/cfndsl/cfndsl/tree/v0.2.2) (2015-08-10)
723
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.1...v0.2.2)
697
724
 
698
- ## [v0.2.1](https://github.com/stevenjack/cfndsl/tree/v0.2.1) (2015-08-10)
699
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.0...v0.2.1)
725
+ ## [v0.2.1](https://github.com/cfndsl/cfndsl/tree/v0.2.1) (2015-08-10)
726
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.0...v0.2.1)
700
727
 
701
- ## [v0.2.0](https://github.com/stevenjack/cfndsl/tree/v0.2.0) (2015-08-10)
702
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.20...v0.2.0)
728
+ ## [v0.2.0](https://github.com/cfndsl/cfndsl/tree/v0.2.0) (2015-08-10)
729
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.20...v0.2.0)
703
730
 
704
731
  **Closed issues:**
705
732
 
706
- - Add support for IAM::Group ManagedPolicyArns [\#119](https://github.com/stevenjack/cfndsl/issues/119)
733
+ - Add support for IAM::Group ManagedPolicyArns [\#119](https://github.com/cfndsl/cfndsl/issues/119)
707
734
 
708
- ## [v0.1.20](https://github.com/stevenjack/cfndsl/tree/v0.1.20) (2015-07-22)
709
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.19...v0.1.20)
735
+ ## [v0.1.20](https://github.com/cfndsl/cfndsl/tree/v0.1.20) (2015-07-22)
736
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.19...v0.1.20)
710
737
 
711
738
  **Closed issues:**
712
739
 
713
- - Add support for IAM::Role ManagedPolicyArns [\#114](https://github.com/stevenjack/cfndsl/issues/114)
714
- - aws\_types.aws AWS::SQS::Queue missing property QueueName: String [\#108](https://github.com/stevenjack/cfndsl/issues/108)
740
+ - Add support for IAM::Role ManagedPolicyArns [\#114](https://github.com/cfndsl/cfndsl/issues/114)
741
+ - aws\_types.aws AWS::SQS::Queue missing property QueueName: String [\#108](https://github.com/cfndsl/cfndsl/issues/108)
715
742
 
716
- ## [v0.1.19](https://github.com/stevenjack/cfndsl/tree/v0.1.19) (2015-07-16)
717
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.18...v0.1.19)
743
+ ## [v0.1.19](https://github.com/cfndsl/cfndsl/tree/v0.1.19) (2015-07-16)
744
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.18...v0.1.19)
718
745
 
719
746
  **Closed issues:**
720
747
 
721
- - SecurityGroupIngress/Egress formatting with additional \[\] [\#109](https://github.com/stevenjack/cfndsl/issues/109)
748
+ - SecurityGroupIngress/Egress formatting with additional \[\] [\#109](https://github.com/cfndsl/cfndsl/issues/109)
722
749
 
723
- ## [v0.1.18](https://github.com/stevenjack/cfndsl/tree/v0.1.18) (2015-06-22)
724
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.17...v0.1.18)
750
+ ## [v0.1.18](https://github.com/cfndsl/cfndsl/tree/v0.1.18) (2015-06-22)
751
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.17...v0.1.18)
725
752
 
726
- ## [v0.1.17](https://github.com/stevenjack/cfndsl/tree/v0.1.17) (2015-06-22)
727
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.16...v0.1.17)
753
+ ## [v0.1.17](https://github.com/cfndsl/cfndsl/tree/v0.1.17) (2015-06-22)
754
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.16...v0.1.17)
728
755
 
729
- ## [v0.1.16](https://github.com/stevenjack/cfndsl/tree/v0.1.16) (2015-06-15)
730
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.15...v0.1.16)
756
+ ## [v0.1.16](https://github.com/cfndsl/cfndsl/tree/v0.1.16) (2015-06-15)
757
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.15...v0.1.16)
731
758
 
732
759
  **Fixed bugs:**
733
760
 
734
- - PreferredAvailabilityZone Property on ElastiCache\_CacheCluster is incorrect [\#92](https://github.com/stevenjack/cfndsl/issues/92)
761
+ - PreferredAvailabilityZone Property on ElastiCache\_CacheCluster is incorrect [\#92](https://github.com/cfndsl/cfndsl/issues/92)
735
762
 
736
- ## [v0.1.15](https://github.com/stevenjack/cfndsl/tree/v0.1.15) (2015-05-10)
737
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.14...v0.1.15)
763
+ ## [v0.1.15](https://github.com/cfndsl/cfndsl/tree/v0.1.15) (2015-05-10)
764
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.14...v0.1.15)
738
765
 
739
766
  **Closed issues:**
740
767
 
741
- - Oddity where do/end block breaks expectations, but {} works fine? [\#86](https://github.com/stevenjack/cfndsl/issues/86)
768
+ - Oddity where do/end block breaks expectations, but {} works fine? [\#86](https://github.com/cfndsl/cfndsl/issues/86)
742
769
 
743
- ## [v0.1.14](https://github.com/stevenjack/cfndsl/tree/v0.1.14) (2015-04-24)
744
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.11...v0.1.14)
770
+ ## [v0.1.14](https://github.com/cfndsl/cfndsl/tree/v0.1.14) (2015-04-24)
771
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.11...v0.1.14)
745
772
 
746
773
  **Implemented enhancements:**
747
774
 
748
- - Alert user if they've incorrectly capitialized the function name [\#84](https://github.com/stevenjack/cfndsl/pull/84) ([stevenjack](https://github.com/stevenjack))
775
+ - Alert user if they've incorrectly capitialized the function name [\#84](https://github.com/cfndsl/cfndsl/pull/84) ([stevenjack](https://github.com/stevenjack))
749
776
 
750
777
  **Merged pull requests:**
751
778
 
752
- - Redshift [\#87](https://github.com/stevenjack/cfndsl/pull/87) ([kornypoet](https://github.com/kornypoet))
753
- - Add Route53::HostedZone and Route53::HealthCheck [\#85](https://github.com/stevenjack/cfndsl/pull/85) ([benley](https://github.com/benley))
779
+ - Redshift [\#87](https://github.com/cfndsl/cfndsl/pull/87) ([kornypoet](https://github.com/kornypoet))
780
+ - Add Route53::HostedZone and Route53::HealthCheck [\#85](https://github.com/cfndsl/cfndsl/pull/85) ([benley](https://github.com/benley))
754
781
 
755
- ## [v0.1.11](https://github.com/stevenjack/cfndsl/tree/v0.1.11) (2015-02-05)
756
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.10...v0.1.11)
782
+ ## [v0.1.11](https://github.com/cfndsl/cfndsl/tree/v0.1.11) (2015-02-05)
783
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.10...v0.1.11)
757
784
 
758
785
  **Implemented enhancements:**
759
786
 
760
- - "AWS::SNS::Topic" does not appear to be fully defined [\#81](https://github.com/stevenjack/cfndsl/issues/81)
787
+ - "AWS::SNS::Topic" does not appear to be fully defined [\#81](https://github.com/cfndsl/cfndsl/issues/81)
761
788
 
762
- ## [v0.1.10](https://github.com/stevenjack/cfndsl/tree/v0.1.10) (2015-01-19)
763
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.9...v0.1.10)
789
+ ## [v0.1.10](https://github.com/cfndsl/cfndsl/tree/v0.1.10) (2015-01-19)
790
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.9...v0.1.10)
764
791
 
765
- ## [v0.1.9](https://github.com/stevenjack/cfndsl/tree/v0.1.9) (2015-01-13)
766
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.8...v0.1.9)
792
+ ## [v0.1.9](https://github.com/cfndsl/cfndsl/tree/v0.1.9) (2015-01-13)
793
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.8...v0.1.9)
767
794
 
768
795
  **Closed issues:**
769
796
 
770
- - Add some better support for base64 in FnFormat [\#66](https://github.com/stevenjack/cfndsl/issues/66)
797
+ - Add some better support for base64 in FnFormat [\#66](https://github.com/cfndsl/cfndsl/issues/66)
771
798
 
772
799
  **Merged pull requests:**
773
800
 
774
- - Fixes a typo in cfndsl.rb that was causing an error when in verbose mode... [\#76](https://github.com/stevenjack/cfndsl/pull/76) ([scottabutler](https://github.com/scottabutler))
801
+ - Fixes a typo in cfndsl.rb that was causing an error when in verbose mode... [\#76](https://github.com/cfndsl/cfndsl/pull/76) ([scottabutler](https://github.com/scottabutler))
775
802
 
776
- ## [v0.1.8](https://github.com/stevenjack/cfndsl/tree/v0.1.8) (2015-01-02)
777
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.7...v0.1.8)
803
+ ## [v0.1.8](https://github.com/cfndsl/cfndsl/tree/v0.1.8) (2015-01-02)
804
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.7...v0.1.8)
778
805
 
779
- ## [v0.1.7](https://github.com/stevenjack/cfndsl/tree/v0.1.7) (2014-12-26)
780
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.3...v0.1.7)
806
+ ## [v0.1.7](https://github.com/cfndsl/cfndsl/tree/v0.1.7) (2014-12-26)
807
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.3...v0.1.7)
781
808
 
782
809
  **Closed issues:**
783
810
 
784
- - Support for userData Script [\#57](https://github.com/stevenjack/cfndsl/issues/57)
785
- - The AWS Resource AWS::EC2::NetworkInterface is missing [\#54](https://github.com/stevenjack/cfndsl/issues/54)
786
- - Add support for Openstack Heat [\#33](https://github.com/stevenjack/cfndsl/issues/33)
787
- - Self-referencing SecurityGroups [\#32](https://github.com/stevenjack/cfndsl/issues/32)
788
- - CloudFormation output ordering doesn't match order of cfndsl template [\#26](https://github.com/stevenjack/cfndsl/issues/26)
789
- - Limited Validatation of Resource Property Data Types [\#4](https://github.com/stevenjack/cfndsl/issues/4)
811
+ - Support for userData Script [\#57](https://github.com/cfndsl/cfndsl/issues/57)
812
+ - The AWS Resource AWS::EC2::NetworkInterface is missing [\#54](https://github.com/cfndsl/cfndsl/issues/54)
813
+ - Add support for Openstack Heat [\#33](https://github.com/cfndsl/cfndsl/issues/33)
814
+ - Self-referencing SecurityGroups [\#32](https://github.com/cfndsl/cfndsl/issues/32)
815
+ - CloudFormation output ordering doesn't match order of cfndsl template [\#26](https://github.com/cfndsl/cfndsl/issues/26)
816
+ - Limited Validatation of Resource Property Data Types [\#4](https://github.com/cfndsl/cfndsl/issues/4)
790
817
 
791
818
  **Merged pull requests:**
792
819
 
793
- - typo [\#69](https://github.com/stevenjack/cfndsl/pull/69) ([tbenade](https://github.com/tbenade))
794
- - Add support for OpsWorks types [\#64](https://github.com/stevenjack/cfndsl/pull/64) ([benley](https://github.com/benley))
795
- - Made some changes to aws\_types.yaml to try to keep up with changes made ... [\#62](https://github.com/stevenjack/cfndsl/pull/62) ([howech](https://github.com/howech))
796
- - Add support for ConnectionDrainingPolicy [\#61](https://github.com/stevenjack/cfndsl/pull/61) ([josephglanville](https://github.com/josephglanville))
797
- - Add some missing properties of numerous resources [\#60](https://github.com/stevenjack/cfndsl/pull/60) ([josephglanville](https://github.com/josephglanville))
798
- - Added some command line options to affect the behavior of cfndsl. [\#59](https://github.com/stevenjack/cfndsl/pull/59) ([howech](https://github.com/howech))
799
- - Add some nominal support for Openstack Heat [\#58](https://github.com/stevenjack/cfndsl/pull/58) ([howech](https://github.com/howech))
800
- - Eval context [\#56](https://github.com/stevenjack/cfndsl/pull/56) ([howech](https://github.com/howech))
801
- - Add NetworkInterface resource Closes \#54 [\#55](https://github.com/stevenjack/cfndsl/pull/55) ([erikmack](https://github.com/erikmack))
820
+ - typo [\#69](https://github.com/cfndsl/cfndsl/pull/69) ([tbenade](https://github.com/tbenade))
821
+ - Add support for OpsWorks types [\#64](https://github.com/cfndsl/cfndsl/pull/64) ([benley](https://github.com/benley))
822
+ - Made some changes to aws\_types.yaml to try to keep up with changes made ... [\#62](https://github.com/cfndsl/cfndsl/pull/62) ([howech](https://github.com/howech))
823
+ - Add support for ConnectionDrainingPolicy [\#61](https://github.com/cfndsl/cfndsl/pull/61) ([josephglanville](https://github.com/josephglanville))
824
+ - Add some missing properties of numerous resources [\#60](https://github.com/cfndsl/cfndsl/pull/60) ([josephglanville](https://github.com/josephglanville))
825
+ - Added some command line options to affect the behavior of cfndsl. [\#59](https://github.com/cfndsl/cfndsl/pull/59) ([howech](https://github.com/howech))
826
+ - Add some nominal support for Openstack Heat [\#58](https://github.com/cfndsl/cfndsl/pull/58) ([howech](https://github.com/howech))
827
+ - Eval context [\#56](https://github.com/cfndsl/cfndsl/pull/56) ([howech](https://github.com/howech))
828
+ - Add NetworkInterface resource Closes \#54 [\#55](https://github.com/cfndsl/cfndsl/pull/55) ([erikmack](https://github.com/erikmack))
802
829
 
803
- ## [v0.1.3](https://github.com/stevenjack/cfndsl/tree/v0.1.3) (2014-07-02)
804
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.2...v0.1.3)
830
+ ## [v0.1.3](https://github.com/cfndsl/cfndsl/tree/v0.1.3) (2014-07-02)
831
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.2...v0.1.3)
805
832
 
806
833
  **Fixed bugs:**
807
834
 
808
- - fixed a typo in SourceSecurityGroupName and SourceSecurityGroupId [\#51](https://github.com/stevenjack/cfndsl/pull/51) ([howech](https://github.com/howech))
835
+ - fixed a typo in SourceSecurityGroupName and SourceSecurityGroupId [\#51](https://github.com/cfndsl/cfndsl/pull/51) ([howech](https://github.com/howech))
809
836
 
810
837
  **Closed issues:**
811
838
 
812
- - Output to a string instead of STDOUT? [\#23](https://github.com/stevenjack/cfndsl/issues/23)
839
+ - Output to a string instead of STDOUT? [\#23](https://github.com/cfndsl/cfndsl/issues/23)
813
840
 
814
- ## [v0.1.2](https://github.com/stevenjack/cfndsl/tree/v0.1.2) (2014-05-28)
815
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.1...v0.1.2)
841
+ ## [v0.1.2](https://github.com/cfndsl/cfndsl/tree/v0.1.2) (2014-05-28)
842
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.1...v0.1.2)
816
843
 
817
844
  **Closed issues:**
818
845
 
819
- - Publish Updated Gem? [\#50](https://github.com/stevenjack/cfndsl/issues/50)
846
+ - Publish Updated Gem? [\#50](https://github.com/cfndsl/cfndsl/issues/50)
820
847
 
821
- ## [v0.1.1](https://github.com/stevenjack/cfndsl/tree/v0.1.1) (2014-05-14)
822
- [Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.0...v0.1.1)
848
+ ## [v0.1.1](https://github.com/cfndsl/cfndsl/tree/v0.1.1) (2014-05-14)
849
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.0...v0.1.1)
823
850
 
824
851
  **Closed issues:**
825
852
 
826
- - License missing from gemspec [\#21](https://github.com/stevenjack/cfndsl/issues/21)
853
+ - License missing from gemspec [\#21](https://github.com/cfndsl/cfndsl/issues/21)
827
854
 
828
855
  **Merged pull requests:**
829
856
 
830
- - Change license to MIT and update gemfile [\#48](https://github.com/stevenjack/cfndsl/pull/48) ([stevenjack](https://github.com/stevenjack))
857
+ - Change license to MIT and update gemfile [\#48](https://github.com/cfndsl/cfndsl/pull/48) ([stevenjack](https://github.com/stevenjack))
831
858
 
832
- ## [v0.1.0](https://github.com/stevenjack/cfndsl/tree/v0.1.0) (2014-05-13)
859
+ ## [v0.1.0](https://github.com/cfndsl/cfndsl/tree/v0.1.0) (2014-05-13)
833
860
  **Implemented enhancements:**
834
861
 
835
- - Adds missing Pseudo Parameters [\#40](https://github.com/stevenjack/cfndsl/pull/40) ([stevenjack](https://github.com/stevenjack))
836
- - ASG update policy [\#38](https://github.com/stevenjack/cfndsl/pull/38) ([k-ong](https://github.com/k-ong))
837
- - Added FnSelect function to JSONable.rb [\#36](https://github.com/stevenjack/cfndsl/pull/36) ([louism517](https://github.com/louism517))
838
- - Adding new properties to various resources [\#35](https://github.com/stevenjack/cfndsl/pull/35) ([ianneub](https://github.com/ianneub))
839
-
840
- **Closed issues:**
841
-
842
- - Add support for UpdatePolicy on AutoScalingGroups [\#34](https://github.com/stevenjack/cfndsl/issues/34)
843
- - One cfndsl file =\> multiple Cloudformation templates [\#29](https://github.com/stevenjack/cfndsl/issues/29)
844
- - Errors on Mac 10.8.4, using version installed with 'gem install cfndsl' [\#25](https://github.com/stevenjack/cfndsl/issues/25)
845
- - Requesting cfndsl example based on this AWS example template [\#24](https://github.com/stevenjack/cfndsl/issues/24)
846
- - Feature Request: Support for "AWS::CloudFormation::Init" and "AWS::CloudFormation::Authentication" Types [\#17](https://github.com/stevenjack/cfndsl/issues/17)
847
- - Unify implementations of singular/plural methods for array properties [\#13](https://github.com/stevenjack/cfndsl/issues/13)
848
- - Better way to tag Instances [\#11](https://github.com/stevenjack/cfndsl/issues/11)
849
- - Format identifiers [\#9](https://github.com/stevenjack/cfndsl/issues/9)
850
- - Add Properties syntax for Resources [\#8](https://github.com/stevenjack/cfndsl/issues/8)
851
- - Set up the cfn-init metadata to work like resources [\#7](https://github.com/stevenjack/cfndsl/issues/7)
852
- - Better Error Handling via method\_missing [\#6](https://github.com/stevenjack/cfndsl/issues/6)
853
- - Data driven type specifier [\#5](https://github.com/stevenjack/cfndsl/issues/5)
854
- - Validate Resource Property Names [\#3](https://github.com/stevenjack/cfndsl/issues/3)
855
- - Validate Resource Types [\#2](https://github.com/stevenjack/cfndsl/issues/2)
856
-
857
- **Merged pull requests:**
858
-
859
- - Updates test script to use correct load balancer names property [\#47](https://github.com/stevenjack/cfndsl/pull/47) ([stevenjack](https://github.com/stevenjack))
860
- - Adds bundler tasks to ease testing gem and releasing [\#46](https://github.com/stevenjack/cfndsl/pull/46) ([stevenjack](https://github.com/stevenjack))
861
- - Asg update policy [\#45](https://github.com/stevenjack/cfndsl/pull/45) ([stevenjack](https://github.com/stevenjack))
862
- - Add conditions [\#44](https://github.com/stevenjack/cfndsl/pull/44) ([stevenjack](https://github.com/stevenjack))
863
- - Don't exit - write error to STDERR [\#43](https://github.com/stevenjack/cfndsl/pull/43) ([stevenjack](https://github.com/stevenjack))
864
- - Travis integration [\#42](https://github.com/stevenjack/cfndsl/pull/42) ([stevenjack](https://github.com/stevenjack))
865
- - Corrected GetAtt typo. Edit doesn't appear to alter output. [\#31](https://github.com/stevenjack/cfndsl/pull/31) ([josh-wrale](https://github.com/josh-wrale))
866
- - Fixed incomplete 'GroupName' property for AWS::IAM::UserToGroupAddition [\#30](https://github.com/stevenjack/cfndsl/pull/30) ([josh-wrale](https://github.com/josh-wrale))
867
- - IAM Additions and Small Corrections and/or Improvements [\#28](https://github.com/stevenjack/cfndsl/pull/28) ([josh-wrale](https://github.com/josh-wrale))
868
- - Added IamInstanceProfile to EC2::Instance type. [\#27](https://github.com/stevenjack/cfndsl/pull/27) ([ianneub](https://github.com/ianneub))
869
- - Changing AliasTarget property to be a single AliasTarget, and not an array of them. [\#22](https://github.com/stevenjack/cfndsl/pull/22) ([ianneub](https://github.com/ianneub))
870
- - Clean up the Listener property type [\#20](https://github.com/stevenjack/cfndsl/pull/20) ([ianneub](https://github.com/ianneub))
871
- - Reimplmenented property methods as outlined in issue \#13 [\#14](https://github.com/stevenjack/cfndsl/pull/14) ([howech](https://github.com/howech))
872
- - Added resources definitions related to VPC [\#12](https://github.com/stevenjack/cfndsl/pull/12) ([liguorien](https://github.com/liguorien))
873
- - Added a Tag function [\#10](https://github.com/stevenjack/cfndsl/pull/10) ([liguorien](https://github.com/liguorien))
874
- - Update supported pseudo parameters [\#1](https://github.com/stevenjack/cfndsl/pull/1) ([radim](https://github.com/radim))
862
+ - Adds missing Pseudo Parameters [\#40](https://github.com/cfndsl/cfndsl/pull/40) ([stevenjack](https://github.com/stevenjack))
863
+ - ASG update policy [\#38](https://github.com/cfndsl/cfndsl/pull/38) ([k-ong](https://github.com/k-ong))
864
+ - Added FnSelect function to JSONable.rb [\#36](https://github.com/cfndsl/cfndsl/pull/36) ([louism517](https://github.com/louism517))
865
+ - Adding new properties to various resources [\#35](https://github.com/cfndsl/cfndsl/pull/35) ([ianneub](https://github.com/ianneub))
866
+
867
+ **Closed issues:**
868
+
869
+ - Add support for UpdatePolicy on AutoScalingGroups [\#34](https://github.com/cfndsl/cfndsl/issues/34)
870
+ - One cfndsl file =\> multiple Cloudformation templates [\#29](https://github.com/cfndsl/cfndsl/issues/29)
871
+ - Errors on Mac 10.8.4, using version installed with 'gem install cfndsl' [\#25](https://github.com/cfndsl/cfndsl/issues/25)
872
+ - Requesting cfndsl example based on this AWS example template [\#24](https://github.com/cfndsl/cfndsl/issues/24)
873
+ - Feature Request: Support for "AWS::CloudFormation::Init" and "AWS::CloudFormation::Authentication" Types [\#17](https://github.com/cfndsl/cfndsl/issues/17)
874
+ - Unify implementations of singular/plural methods for array properties [\#13](https://github.com/cfndsl/cfndsl/issues/13)
875
+ - Better way to tag Instances [\#11](https://github.com/cfndsl/cfndsl/issues/11)
876
+ - Format identifiers [\#9](https://github.com/cfndsl/cfndsl/issues/9)
877
+ - Add Properties syntax for Resources [\#8](https://github.com/cfndsl/cfndsl/issues/8)
878
+ - Set up the cfn-init metadata to work like resources [\#7](https://github.com/cfndsl/cfndsl/issues/7)
879
+ - Better Error Handling via method\_missing [\#6](https://github.com/cfndsl/cfndsl/issues/6)
880
+ - Data driven type specifier [\#5](https://github.com/cfndsl/cfndsl/issues/5)
881
+ - Validate Resource Property Names [\#3](https://github.com/cfndsl/cfndsl/issues/3)
882
+ - Validate Resource Types [\#2](https://github.com/cfndsl/cfndsl/issues/2)
883
+
884
+ **Merged pull requests:**
885
+
886
+ - Updates test script to use correct load balancer names property [\#47](https://github.com/cfndsl/cfndsl/pull/47) ([stevenjack](https://github.com/stevenjack))
887
+ - Adds bundler tasks to ease testing gem and releasing [\#46](https://github.com/cfndsl/cfndsl/pull/46) ([stevenjack](https://github.com/stevenjack))
888
+ - Asg update policy [\#45](https://github.com/cfndsl/cfndsl/pull/45) ([stevenjack](https://github.com/stevenjack))
889
+ - Add conditions [\#44](https://github.com/cfndsl/cfndsl/pull/44) ([stevenjack](https://github.com/stevenjack))
890
+ - Don't exit - write error to STDERR [\#43](https://github.com/cfndsl/cfndsl/pull/43) ([stevenjack](https://github.com/stevenjack))
891
+ - Travis integration [\#42](https://github.com/cfndsl/cfndsl/pull/42) ([stevenjack](https://github.com/stevenjack))
892
+ - Corrected GetAtt typo. Edit doesn't appear to alter output. [\#31](https://github.com/cfndsl/cfndsl/pull/31) ([josh-wrale](https://github.com/josh-wrale))
893
+ - Fixed incomplete 'GroupName' property for AWS::IAM::UserToGroupAddition [\#30](https://github.com/cfndsl/cfndsl/pull/30) ([josh-wrale](https://github.com/josh-wrale))
894
+ - IAM Additions and Small Corrections and/or Improvements [\#28](https://github.com/cfndsl/cfndsl/pull/28) ([josh-wrale](https://github.com/josh-wrale))
895
+ - Added IamInstanceProfile to EC2::Instance type. [\#27](https://github.com/cfndsl/cfndsl/pull/27) ([ianneub](https://github.com/ianneub))
896
+ - Changing AliasTarget property to be a single AliasTarget, and not an array of them. [\#22](https://github.com/cfndsl/cfndsl/pull/22) ([ianneub](https://github.com/ianneub))
897
+ - Clean up the Listener property type [\#20](https://github.com/cfndsl/cfndsl/pull/20) ([ianneub](https://github.com/ianneub))
898
+ - Reimplmenented property methods as outlined in issue \#13 [\#14](https://github.com/cfndsl/cfndsl/pull/14) ([howech](https://github.com/howech))
899
+ - Added resources definitions related to VPC [\#12](https://github.com/cfndsl/cfndsl/pull/12) ([liguorien](https://github.com/liguorien))
900
+ - Added a Tag function [\#10](https://github.com/cfndsl/cfndsl/pull/10) ([liguorien](https://github.com/liguorien))
901
+ - Update supported pseudo parameters [\#1](https://github.com/cfndsl/cfndsl/pull/1) ([radim](https://github.com/radim))
875
902
 
876
903
 
877
904