Skip to content

Commit

Permalink
updating admin files
Browse files Browse the repository at this point in the history
  • Loading branch information
T.J. Corrigan committed Jun 13, 2016
1 parent 0dbf0f6 commit 1e16928
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.4] - 2015-05-06
## [3.3.5] - TBD

### Added

- Support for AWS::CloudFormation::Stack (see [#100](hub.com/MonsantoCo/cloudformation-template-generator/pull/100))

## [3.3.4] - 2016-05-06

**Note: This breaks backwards compatibility for some people using ApiGateways.**

Expand All @@ -12,7 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Datatypes for ApiGateway (see [#93](https://github.com/MonsantoCo/cloudformation-template-generator/pull/93))


## [3.3.3] - 2015-04-29
## [3.3.3] - 2016-04-29

### Added

Expand All @@ -28,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Support for IAMPolicyVersions (see [#90](https://github.com/MonsantoCo/cloudformation-template-generator/pull/90))

## [3.3.2] - 2015-04-08
## [3.3.2] - 2016-04-08

### Added

Expand All @@ -41,13 +47,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Ability to use Subnet parameters for EC2 (see [#81](https://github.com/MonsantoCo/cloudformation-template-generator/issues/81))


## [3.3.1] - 2015-03-30
## [3.3.1] - 2016-03-30

### Changed

- Modified Fn::Not to be a NestableAmazonFunctionCall to support using the function within an Fn::And block

## [3.3.0] - 2015-03-18
## [3.3.0] - 2016-03-18

**Note: This breaks backwards compatibility for anyone using custom NAT Gateways.**

Expand Down Expand Up @@ -110,7 +116,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Changed how implicits are handle in creating `AWS::EC2::Route` to simplify the code

## [3.0.6] - 2015-01-19
## [3.0.6] - 2016-01-19

### Added

Expand All @@ -130,7 +136,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Have predictable order in the output JSON (fixes [#45](https://github.com/MonsantoCo/cloudformation-template-generator/issues/45))

## [3.0.5] - 2015-01-07
## [3.0.5] - 2016-01-07

### Added

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ describe("Template Lookup") {
- AWS::AutoScaling::AutoScalingGroup
- AWS::AutoScaling::LaunchConfiguration
- AWS::AutoScaling::ScalingPolicy
- AWS::CloudFormation::Stack
- AWS::CloudFormation::WaitCondition
- AWS::CloudFormation::WaitConditionHandle
- AWS::CloudTrail::Trail
Expand Down

0 comments on commit 1e16928

Please sign in to comment.